diff options
author | Rick Waldron <waldron.rick@gmail.com> | 2017-03-01 16:34:15 -0500 |
---|---|---|
committer | Leo Balter <leonardo.balter@gmail.com> | 2017-03-01 16:34:15 -0500 |
commit | fdd2fa9b1c2f64a2a376556af9f2cb3b90373937 (patch) | |
tree | 094ed6947df519bc8fe05e3d5d9c7ae8d55d0260 /INTERPRETING.md | |
parent | 58b326f0c4c96a1433e9763e68b0e03ff29d1974 (diff) | |
download | qtdeclarative-testsuites-fdd2fa9b1c2f64a2a376556af9f2cb3b90373937.tar.gz |
Rename $ => $262. Fixes gh-802 (#823)
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
Diffstat (limited to 'INTERPRETING.md')
-rw-r--r-- | INTERPRETING.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/INTERPRETING.md b/INTERPRETING.md index d4c2900a0..af5409531 100644 --- a/INTERPRETING.md +++ b/INTERPRETING.md @@ -34,7 +34,7 @@ properties of the global scope prior to test execution. - **`print`** A function that exposes the string value of its first argument to the test runner. This is used as a communication mechanism for asynchronous tests (via the `async` flag, described below). -- **`$`** An ordinary object with the following properties: +- **`$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 `$` @@ -58,8 +58,7 @@ properties of the global scope prior to test execution. 5. Let status be ScriptEvaluation(s). 6. Return Completion(status). - - **`global`** - a reference to the global object on which `$` was initially - defined + - **`global`** - a reference to the global object on which `$262` was initially defined - **`agent`** - an ordinary object with the following properties: - **`start`** - a function that takes a script source string and runs the script in a concurrent agent. Will block until that agent is |