summaryrefslogtreecommitdiff
path: root/INTERPRETING.md
diff options
context:
space:
mode:
authorThomas Wood <thomas.wood09@imperial.ac.uk>2017-04-20 18:54:02 +0100
committerThomas Wood <thomas.wood09@imperial.ac.uk>2017-04-20 18:54:02 +0100
commit2f64a621cdd796085a7ced7f9b70bad14dd82d21 (patch)
tree4e92dacd4773256c94e8e702525ce59d8f6e71e1 /INTERPRETING.md
parent94f6003d112f4b4c844f90f2e4f05bd3e1e3e740 (diff)
downloadqtdeclarative-testsuites-2f64a621cdd796085a7ced7f9b70bad14dd82d21.tar.gz
INTERPRETING.md missed two `$` => `$262` changes.
References #875, #802
Diffstat (limited to 'INTERPRETING.md')
-rw-r--r--INTERPRETING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/INTERPRETING.md b/INTERPRETING.md
index e68fdf3e5..8cc59c94c 100644
--- a/INTERPRETING.md
+++ b/INTERPRETING.md
@@ -37,7 +37,7 @@ properties of the global scope prior to test execution.
- **`$262`** An ordinary object with the following properties:
- **`createRealm`** - a function which creates a new [ECMAScript
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
- **`detachArrayBuffer`** - a function which implements [the
DetachArrayBuffer abstract
@@ -63,7 +63,7 @@ properties of the global scope prior to test execution.
- **`start`** - a function that takes a script source string and runs
the script in a concurrent agent. Will block until that agent is
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:
- **`receiveBroadcast`** - a function that takes a function and
calls the function when it has received a broadcast from the parent,