Name Description Size
AggregateError
browser.js 0
cause_property_native_error.js --- description: NativeError constructor creates own cause property info: | NativeError ( message[ , options ] ) ... 4. Perform ? InstallErrorCause(O, options). ... 20.5.8.1 InstallErrorCause ( O, options ) 1. If Type(options) is Object and ? HasProperty(options, "cause") is true, then a. Let cause be ? Get(options, "cause"). b. Perform ! CreateNonEnumerableDataPropertyOrThrow(O, "cause", cause). ... esid: sec-nativeerror features: [error-cause] includes: [propertyHelper.js] --- 1263
EvalError
message_property_native_error.js --- description: NativeError constructor creates own message property info: | 19.5.6.1.1 NativeError ( message ) ... 4. ... c. Let msgDesc be the PropertyDescriptor{[[Value]]: msg, [[Writable]]: true, [[Enumerable]]: false, [[Configurable]]: true}. d. Let status be DefinePropertyOrThrow(O, "message", msgDesc). es6id: 19.5.6.1.1 includes: [propertyHelper.js] --- 960
RangeError
ReferenceError
shell.js 0
SyntaxError
TypeError
URIError