diff --git a/index.html b/index.html index a45cf15..ab6ce82 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,17 @@ -
+?uWhen the abstract operation GetStack is called with argument error, the following steps are performed:
-When the abstract operation FromStackFrame is called with Stack Frame frame, the following steps are taken:
-When the ECMAScript
The value of the
Its set accessor function performs the following steps:
-The value of the
When the ECMAScript
The value of the
Its set accessor function performs the following steps:
+The value of the
© 2024 Jordan Harband, Mark Miller
+© 2025 Jordan Harband, Mark Miller
All Software contained in this document ("Software") is protected by copyright and is being made available under the "BSD License", included below. This Software may be subject to third party rights (rights from parties other than Ecma International), including patent rights, and no licenses under such third party rights are granted under this license even if the third party concerned is a member of Ecma International. SEE THE ECMA CODE OF CONDUCT IN PATENT MATTERS AVAILABLE AT https://ecma-international.org/memento/codeofconduct.htm FOR INFORMATION REGARDING THE LICENSING OF PATENT CLAIMS THAT ARE REQUIRED TO IMPLEMENT ECMA INTERNATIONAL STANDARDS.
diff --git a/package.json b/package.json index 1af608e..155fc0e 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "in-publish": "^2.0.1" }, "devDependencies": { - "@tc39/ecma262-biblio": "^2.1.2682", - "ecmarkup": "^18.1.3" + "@tc39/ecma262-biblio": "2.1.2771", + "ecmarkup": "^21.0.0" } } diff --git a/spec.emu b/spec.emu index e3857bf..3855908 100644 --- a/spec.emu +++ b/spec.emu @@ -215,36 +215,40 @@ contributors: Jordan Harband, Mark MillerWhen the ECMAScript host is a web browser the following additional properties of the standard built-in objects are defined.
- -*Error.prototype.stack* is an accessor property whose get accessor function performs the following steps:
-The value of the *"name"* property of this function is *"get stack"*.
-Its set accessor function performs the following steps:
-The value of the *"name"* property of this function is *"set stack"*.
+When the ECMAScript host is a web browser the following additional properties of the standard built-in objects are defined.
+ +*Error.prototype.stack* is an accessor property whose get accessor function performs the following steps:
+The value of the *"name"* property of this function is *"get stack"*.
+Its set accessor function performs the following steps:
+The value of the *"name"* property of this function is *"set stack"*.
+