diff --git a/source b/source index cc8ed1e1713..6be25b7ca39 100644 --- a/source +++ b/source @@ -3022,8 +3022,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute @@toPrimitive, and @@toStringTag
  • Well-Known Intrinsic Objects, including - %ArrayBuffer%, - %ArrayPrototype%, and + %ArrayPrototype% and %ObjProto_valueOf%
  • The FunctionBody production
  • @@ -8738,8 +8737,8 @@ o.myself = o;

    Otherwise, if serialized.[[Type]] is "Array", then:

      -
    1. Let outputProto be the %ArrayPrototype% intrinsic object in - targetRealm.

    2. +
    3. Let outputProto be + targetRealm.[[Intrinsics]].[[%ArrayPrototype%]].

    4. Set value to ! ArrayCreate(serialized.[[Length]], outputProto).

    5. @@ -81280,8 +81279,12 @@ State: <OUTPUT NAME=I>1</OUTPUT> <INPUT VALUE="Increment" TYPE=BUTTON O
    6. Let location be a new Location platform object.

    7. +
    8. Let valueOf be location's relevant + Realm.[[Intrinsics]].[[%ObjProto_valueOf%]].

    9. +
    10. Perform ! location.[[DefineOwnProperty]]("valueOf", { - [[Value]]: %ObjProto_valueOf%, + [[Value]]: valueOf, [[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: false }).