From 3f139512d0a15a031cc08e0d1a4e58aaac2c315a Mon Sep 17 00:00:00 2001
From: mwatson2
Let result be the object literal that results from executing the
-
Convert key to an ECMAScript Object, as specified in [
- WebIDL].
+ WebIDL], performing the conversion in the
+ context of a new global object.
JSON.parse
internal function, with text
- argument set to a JavaScript String containing json.
+ JSON.parse
internal function in the context of a new global object,
+ with text
argument set to a JavaScript String containing json.
JSON.stringify
algorithm specified in
- ECMA262.
+ ECMA262 in the context of a new global object.
Let result be the object literal that results from executing the
- JSON.parse
internal function, with text
- argument set to a JavaScript String containing json.
+ JSON.parse
internal function in the context of a new global object,
+ with text
argument set to a JavaScript String containing json.
Convert key to an ECMAScript Object, as specified in [ - WebIDL]. + WebIDL], performing the conversion in the + context of a new global object.
JSON.stringify
algorithm specified in
- ECMA262.
+ ECMA262 in the context of a new global object.