mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:07:36 +00:00
LibJS: Change "Completion {}" to "Completion Record {}" in comments
This is an editorial change in the ECMA-262 spec.
See: 15a7d8a
This commit is contained in:
parent
719137418d
commit
c9bdd59e20
3 changed files with 10 additions and 10 deletions
|
@ -84,7 +84,7 @@ public:
|
|||
if (m_value.has_value())
|
||||
return *this;
|
||||
|
||||
// 3. Return Completion { [[Type]]: completionRecord.[[Type]], [[Value]]: value, [[Target]]: completionRecord.[[Target]] }.
|
||||
// 3. Return Completion Record { [[Type]]: completionRecord.[[Type]], [[Value]]: value, [[Target]]: completionRecord.[[Target]] }.
|
||||
return { m_type, move(value), m_target };
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue