Skip to content
Snippets Groups Projects
Commit 2f64a621 authored by Thomas Wood's avatar Thomas Wood
Browse files

INTERPRETING.md missed two `$` => `$262` changes.

References #875, #802
parent 94f6003d
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ properties of the global scope prior to test execution. ...@@ -37,7 +37,7 @@ properties of the global scope prior to test execution.
- **`$262`** An ordinary object with the following properties: - **`$262`** An ordinary object with the following properties:
- **`createRealm`** - a function which creates a new [ECMAScript - **`createRealm`** - a function which creates a new [ECMAScript
Realm](https://tc39.github.io/ecma262/2016/#sec-code-realms), Realm](https://tc39.github.io/ecma262/2016/#sec-code-realms),
defines this API on the new realm's global object, and returns the `$` defines this API on the new realm's global object, and returns the `$262`
property of the new realm's global object property of the new realm's global object
- **`detachArrayBuffer`** - a function which implements [the - **`detachArrayBuffer`** - a function which implements [the
DetachArrayBuffer abstract DetachArrayBuffer abstract
...@@ -63,7 +63,7 @@ properties of the global scope prior to test execution. ...@@ -63,7 +63,7 @@ properties of the global scope prior to test execution.
- **`start`** - a function that takes a script source string and runs - **`start`** - a function that takes a script source string and runs
the script in a concurrent agent. Will block until that agent is the script in a concurrent agent. Will block until that agent is
running. The agent has no representation. The agent script will be running. The agent has no representation. The agent script will be
run in an environment that has an object `$` with a property `agent` run in an environment that has an object `$262` with a property `agent`
with the following properties: with the following properties:
- **`receiveBroadcast`** - a function that takes a function and - **`receiveBroadcast`** - a function that takes a function and
calls the function when it has received a broadcast from the parent, calls the function when it has received a broadcast from the parent,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment