Name Description Size
browser.js 0
is-a-constructor.js --- esid: sec-ecmascript-standard-built-in-objects description: > The AsyncArrowFunction constructor implements [[Construct]] info: | IsConstructor ( argument ) The abstract operation IsConstructor takes argument argument (an ECMAScript language value). It determines if argument is a function object with a [[Construct]] internal method. It performs the following steps when called: If Type(argument) is not Object, return false. If argument has a [[Construct]] internal method, return true. Return false. includes: [isConstructor.js, hidden-constructors.js] features: [Reflect.construct] --- 910
shell.js --- description: | Provides uniform access to built-in constructors that are not exposed to the global object. defines: - AsyncArrowFunction - AsyncFunction - AsyncGeneratorFunction - GeneratorFunction --- 1295