File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -154,6 +154,7 @@ spec:ecma-262; type:exception; for:ECMAScript; text:Error
154
154
spec:ecmascript; type:exception; for:ECMAScript; text:TypeError
155
155
spec:ecmascript; type:exception; for:ECMAScript; text:RangeError
156
156
spec:ecmascript; type:interface; for:ECMAScript; text:ArrayBuffer
157
+ spec:ecmascript; type:dfn; text:agent
157
158
spec:webidl; type:dfn; text:resolve
158
159
</pre>
159
160
@@ -845,7 +846,7 @@ which can be simultaneously referenced by multiple {{Instance}} objects. Each
845
846
846
847
<div algorithm>
847
848
To <dfn>create a global object</dfn> from a [=global address=] |globaladdr|, perform the following steps:
848
- 1. Let |map| be the current [= agent=] 's associated [=Global object cache=] .
849
+ 1. Let |map| be the [=surrounding agent=] 's associated [=Global object cache=] .
849
850
1. If |map|[|globaladdr|] [=map/exists=] ,
850
851
1. Return |map|[|globaladdr|] .
851
852
1. Let |global| be a [=/new=] {{Global}} .
You can’t perform that action at this time.
0 commit comments