diff --git a/index.html b/index.html index a45cf15..62df9d6 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,17 @@ -
+?uWhen the getStack method is called with argument error, the following steps are taken:
When the getStackString method is called with argument error, the following steps are taken:
When the abstract operation GetStack is called with argument error, the following steps are performed:
-Error instances are and have an [[ErrorData]] internal slot whose value is (the intrinsic, Object.prototype.toString
| Internal Slot | +Description | +
|---|---|
| [[ErrorData]] | +A |
+
When the abstract operation GetStackString is called with argument error, the following steps are performed:
-When the abstract operation GetFrameString is called with argument frame, the following steps are performed:
-When the abstract operation GetStackFrameSpanString is called with argument span, the following steps are performed:
-When the abstract operation GetStackFramePositionString is called with argument position, the following steps are performed:
-When the abstract operation GetStackFrames is called with argument error, the following steps are performed:
-When the abstract operation IsStackFrame is called with Stack Frame frame, the following steps are performed:
-When the abstract operation IsStackFrameSpan is called with argument span, the following steps are performed:
-When the abstract operation IsStackFramePosition is called with argument position, the following steps are performed:
When the abstract operation FromStackFrame is called with Stack Frame frame, the following steps are taken:
-When the abstract operation FromStackFrameSpan is called with argument span, the following steps are taken:
-When the abstract operation FromStackFramePosition is called with argument position, the following steps are taken:
-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.
@@ -3136,4 +3406,4 @@THIS SOFTWARE IS PROVIDED BY THE ECMA INTERNATIONAL "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ECMA INTERNATIONAL BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Error instances are ordinary objects that inherit properties from the and have an [[ErrorData]] internal slot whose value is *undefined*. The only specified uses of [[ErrorData]] is to identify Error, AggregateError, and _NativeError_ instances as Error objects within `Object.prototype.toString`(the intrinsic,
| Internal Slot | +Description | +
|---|---|
| [[ErrorData]] | +A List of Stack Frames. | +
When the abstract operation _GetStackString_ is called with argument _error_, the following steps are performed: