File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -3001,6 +3001,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
3001
3001
<li><dfn data-x-href="https://tc39.github.io/ecma262/#execution-context-stack">JavaScript execution context stack</dfn></li>
3002
3002
<li><dfn data-x-href="https://tc39.github.io/ecma262/#sec-code-realms">JavaScript realm</dfn></li>
3003
3003
<li><dfn data-x-href="https://tc39.github.io/ecma262/#running-execution-context">running JavaScript execution context</dfn></li>
3004
+ <li><dfn data-x-href="https://tc39.github.io/ecma262/#surrounding-agent">surrounding agent</dfn></li>
3004
3005
<li><dfn data-x-href="https://tc39.github.io/ecma262/#use-strict-directive">Use Strict Directive</dfn></li>
3005
3006
<li><dfn data-x-href="https://tc39.github.io/ecma262/#sec-well-known-symbols">Well-Known Symbols</dfn>, including
3006
3007
<dfn>@@hasInstance</dfn>,
@@ -88917,6 +88918,16 @@ import "https://example.com/foo/../module2.mjs";</code></pre>
88917
88918
</dd>
88918
88919
</dl>
88919
88920
88921
+ <hr>
88922
+
88923
+ <p>The <dfn data-export="">relevant agent</dfn> for a <span>platform object</span>
88924
+ <var>platformObject</var> is the <span>agent</span> whose set of <span data-x="JavaScript
88925
+ realm">realms</span> contains <var>platformObject</var>'s <span
88926
+ data-x="concept-relevant-realm">relevant Realm</span>.</p>
88927
+
88928
+ <p class="note">The agent equivalent of the <span>current Realm Record</span> is the
88929
+ <span>surrounding agent</span>.</p>
88930
+
88920
88931
<h5>Integration with the JavaScript agent cluster formalism</h5>
88921
88932
88922
88933
<p>JavaScript also defines the concept of an <span>agent cluster</span>, which this standard maps
You can’t perform that action at this time.
0 commit comments