Name Description Size
browser.js 0
length.js --- esid: sec-properties-of-the-%abstractmodulesource%25-intrinsic-object description: > %AbstractModuleSource%.length property descriptor info: | 28.1.1.1 %AbstractModuleSource% ( ) includes: [propertyHelper.js] features: [source-phase-imports] flags: [module] --- 688
name.js --- esid: sec-properties-of-the-%abstractmodulesource%25-intrinsic-object description: > %AbstractModuleSource%.name property descriptor info: | The %AbstractModuleSource% intrinsic object has a "name" property whose value is "AbstractModuleSource". Unless otherwise specified, the name property of a built-in function object, if it exists, has the attributes { [[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: true }. includes: [propertyHelper.js] features: [source-phase-imports] flags: [module] --- 962
proto.js --- esid: sec-properties-of-the-%abstractmodulesource%25-intrinsic-object description: > The prototype of %AbstractModuleSource% is Object.prototype info: | The value of the [[Prototype]] internal slot of the %AbstractModuleSource% object is the intrinsic object %FunctionPrototype%. features: [source-phase-imports] flags: [module] --- 814
prototype
prototype.js --- esid: sec-%abstractmodulesource%25.prototype description: > %AbstractModuleSource%.prototype property descriptor info: | 28.3.2.1 %AbstractModuleSource%.prototype The initial value of %AbstractModuleSource%.prototype is the %AbstractModuleSource% prototype object. This property has the attributes { [[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: false }. includes: [propertyHelper.js] features: [source-phase-imports] flags: [module] --- 922
shell.js 0
throw-from-constructor.js --- esid: sec-%abstractmodulesource%25-constructor description: The %AbstractModuleSource% constructor will throw an error when invoked info: | 28.1.1.1 %AbstractModuleSource% ( ) This function performs the following steps when called: 1. Throw a TypeError exception. features: [source-phase-imports] flags: [module] --- 742