Interface JSConstructorFactory.WithFunctionsAndSpecies
- All Superinterfaces:
JSConstructorFactory, JSConstructorFactory.WithFunctions
- All Known Implementing Classes:
JSArray, JSArrayBuffer, JSMap, JSPromise
- Enclosing interface:
JSConstructorFactory
public static interface JSConstructorFactory.WithFunctionsAndSpecies
extends JSConstructorFactory.WithFunctions
-
Nested Class Summary
Nested classes/interfaces inherited from interface JSConstructorFactory
JSConstructorFactory.Default, JSConstructorFactory.WithFunctions, JSConstructorFactory.WithFunctionsAndSpecies -
Method Summary
Modifier and TypeMethodDescriptiondefault voidfillConstructor(JSRealm realm, JSDynamicObject constructor) Methods inherited from interface JSConstructorFactory
createConstructorObject, createPrototype, getClassNameMethods inherited from interface JSConstructorFactory.WithFunctions
createConstructorAndPrototype
-
Method Details
-
fillConstructor
- Specified by:
fillConstructorin interfaceJSConstructorFactory
-