File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1101,7 +1101,7 @@ explicitly test that scripts running in sandboxes work in all implementations.
1101
1101
1102
1102
## Sandbox Realms ## {#sandbox-realm}
1103
1103
1104
- Each sandbox is a unique EMCAScript [=Realm=] . However the sandbox realm
1104
+ Each sandbox is a unique ECMAScript [=Realm=] . However the sandbox realm
1105
1105
provides access to platform objects in an existing {{Window}} realm via
1106
1106
{{SandboxProxy}} objects.
1107
1107
@@ -4263,7 +4263,7 @@ script.Handle = text;
4263
4263
The <code> script.Handle</code> type represents a handle to an object owned by
4264
4264
the ECMAScript runtime. The handle is only valid in a specific [=Realm=] .
4265
4265
4266
- Each EMCAScript [=Realm=] has a corresponding <dfn>handle object map</dfn> . This is a
4266
+ Each ECMAScript [=Realm=] has a corresponding <dfn>handle object map</dfn> . This is a
4267
4267
strong [=/map=] from handle ids to their corresponding objects.
4268
4268
4269
4269
#### The script.LocalValue Type #### {#type-script-LocalValue}
You can’t perform that action at this time.
0 commit comments