diff --git a/spec.html b/spec.html index 50d5cfa..18ccc7c 100644 --- a/spec.html +++ b/spec.html @@ -305,6 +305,82 @@
This function performs the following steps when called:
+Each _NativeError_ function performs the following steps when called:
+"%NativeError.prototype%", « [[ErrorData]] »).
+ 1. If _message_ is not *undefined*, then
+ 1. Let _msg_ be ? ToString(_message_).
+ 1. Perform CreateNonEnumerableDataPropertyOrThrow(_O_, *"message"*, _msg_).
+ 1. Perform ? InstallErrorCause(_O_, _options_).
+ 1. Perform CreateNonEnumerableDataPropertyOrThrow(_O_, *"snapshot"*, ? CreateAsyncContextSnapshotObject(AsyncContextSnapshot())).
+ 1. Return _O_.
+ The actual value of the string passed in step
This function performs the following steps when called:
+This abstract operation is meant for hosts to use, and it is not used in this specification.
-