@@ -1659,6 +1659,7 @@ <h1>
1659
1659
[[Get]] (
1660
1660
_P_: a property key,
1661
1661
_Receiver_: an ECMAScript language value,
1662
+ <ins>_unsafe_: a Boolean,</ins>
1662
1663
): either a normal completion containing an ECMAScript language value or a throw completion
1663
1664
</h1>
1664
1665
<dl class=" header " >
@@ -1667,7 +1668,7 @@ <h1>
1667
1668
</dl>
1668
1669
1669
1670
<emu-alg>
1670
- 1. Return ? OrdinaryGet(_O_, _P_, _Receiver_<ins>, *false* </ins>).
1671
+ 1. Return ? OrdinaryGet(_O_, _P_, _Receiver_<ins>, _unsafe_ </ins>).
1671
1672
</emu-alg>
1672
1673
1673
1674
<emu-clause id=" sec-ordinaryget " type=" abstract operation " >
@@ -1703,14 +1704,15 @@ <h1>
1703
1704
_P_: a property key,
1704
1705
_V_: an ECMAScript language value,
1705
1706
_Receiver_: an ECMAScript language value,
1707
+ <ins>_unsafe_: a Boolean,</ins>
1706
1708
): either a normal completion containing a Boolean or a throw completion
1707
1709
</h1>
1708
1710
<dl class=" header " >
1709
1711
<dt>for</dt>
1710
1712
<dd>an ordinary object _O_</dd>
1711
1713
</dl>
1712
1714
<emu-alg>
1713
- 1. Return ? OrdinarySet(_O_, _P_, _V_, _Receiver_<ins>, *false* </ins>).
1715
+ 1. Return ? OrdinarySet(_O_, _P_, _V_, _Receiver_<ins>, _unsafe_ </ins>).
1714
1716
</emu-alg>
1715
1717
1716
1718
<emu-clause id=" sec-ordinaryset " type=" abstract operation " >
0 commit comments