diff --git a/spec/Overview-WebCryptoAPI.xml b/spec/Overview-WebCryptoAPI.xml index 4a55124..1dbeb98 100644 --- a/spec/Overview-WebCryptoAPI.xml +++ b/spec/Overview-WebCryptoAPI.xml @@ -775,8 +775,8 @@ of contents, section numbers, certain processing instructions).
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.
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.