Skip to content

Commit

Permalink
%ObjectPrototype% => %Object.prototype%
Browse files Browse the repository at this point in the history
  • Loading branch information
shvaikalesh committed Nov 9, 2019
1 parent 4178c0d commit 0afecec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -25279,7 +25279,7 @@ <h1>Object ( [ _value_ ] )</h1>
<emu-alg>
1. If NewTarget is neither *undefined* nor the active function, then
1. Return ? OrdinaryCreateFromConstructor(NewTarget, *"%Object.prototype%"*).
1. If _value_ is *undefined* or *null*, return ObjectCreate(%ObjectPrototype%).
1. If _value_ is *undefined* or *null*, return ObjectCreate(%Object.prototype%).
1. Return ! ToObject(_value_).
</emu-alg>
<p>The *"length"* property of the `Object` constructor function is 1.</p>
Expand Down

0 comments on commit 0afecec

Please sign in to comment.