From 9537dcf4826102511fa007da31d571f68f16f20d Mon Sep 17 00:00:00 2001 From: Mohammed Keyvanzadeh Date: Fri, 19 Apr 2024 20:50:13 +0330 Subject: [PATCH] Update ecma262-biblio dev dep and update SDO name (#403) - Update `@tc39/ecma262-biblio` to its latest version. - Update the name of the `IsStrict` SDO to `ScriptIsStrict`. --- package.json | 2 +- spec.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c8d3fda..c78094c 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "watch": "npm run build -- --watch" }, "devDependencies": { - "@tc39/ecma262-biblio": "=2.1.2687", + "@tc39/ecma262-biblio": "=2.1.2719", "ecmarkup": "^18.0.0" } } diff --git a/spec.html b/spec.html index 3062b19..6594047 100644 --- a/spec.html +++ b/spec.html @@ -320,7 +320,7 @@

1. If _body_ Contains |NewTarget| is *true*, throw a *SyntaxError* exception. 1. If _body_ Contains |SuperProperty| is *true*, throw a *SyntaxError* exception. 1. If _body_ Contains |SuperCall| is *true*, throw a *SyntaxError* exception. - 1. Let _strictEval_ be IsStrict of _script_. + 1. Let _strictEval_ be ScriptIsStrict of _script_. 1. Let _runningContext_ be the running execution context. 1. Let _lexEnv_ be NewDeclarativeEnvironment(_evalRealm_.[[GlobalEnv]]). 1. Let _varEnv_ be _evalRealm_.[[GlobalEnv]].