Interface JSConstructorFactory.WithFunctions
- All Superinterfaces:
JSConstructorFactory
- All Known Subinterfaces:
JSConstructorFactory.WithFunctionsAndSpecies
- All Known Implementing Classes:
JSArray,JSArrayBuffer,JSAsyncContextSnapshot,JSAsyncContextVariable,JSAsyncIterator,JSBigInt,JSCollator,JSDate,JSDateTimeFormat,JSDisplayNames,JSIterator,JSListFormat,JSMap,JSNumber,JSNumberFormat,JSPluralRules,JSPromise,JSRelativeTimeFormat,JSSegmenter,JSString,JSSymbol,JSTemporalCalendar,JSTemporalDuration,JSTemporalInstant,JSTemporalPlainDate,JSTemporalPlainDateTime,JSTemporalPlainMonthDay,JSTemporalPlainTime,JSTemporalPlainYearMonth,JSTemporalTimeZone,JSTemporalZonedDateTime,JSWebAssemblyModule
- Enclosing interface:
JSConstructorFactory
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.oracle.truffle.js.runtime.builtins.JSConstructorFactory
JSConstructorFactory.Default, JSConstructorFactory.WithFunctions, JSConstructorFactory.WithFunctionsAndSpecies -
Method Summary
Modifier and TypeMethodDescriptiondefault JSConstructorcreateConstructorAndPrototype(JSRealm realm, JSBuiltinsContainer functionBuiltins) Methods inherited from interface com.oracle.truffle.js.runtime.builtins.JSConstructorFactory
createConstructorObject, createPrototype, fillConstructor, getClassName
-
Method Details
-
createConstructorAndPrototype
default JSConstructor createConstructorAndPrototype(JSRealm realm, JSBuiltinsContainer functionBuiltins)
-