We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c12d20d commit 9f37d10Copy full SHA for 9f37d10
spec/plaintime.html
@@ -749,7 +749,7 @@ <h1>
749
1. Let _valueDesc_ be OrdinaryGetOwnProperty(_partial_, _propertyName_).
750
1. If _valueDesc_ is not *undefined*, then
751
1. Assert: _valueDesc_ is a data Property Descriptor.
752
- 1. Set the field of _result_ whose name is _field_ to _valueDesc_.[[Value]].
+ 1. Set the field of _result_ whose name is _field_ to ℝ(_valueDesc_.[[Value]]).
753
1. Else if _completeness_ is ~complete~, then
754
1. Set the field of _result_ whose name is _field_ to 0.
755
1. Return _result_.
0 commit comments