Interface BuiltinNodeFactory
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptiondefault JSBuiltinNodecreateNode(JSContext context, JSBuiltin builtin) createObject(JSContext context, JSBuiltin builtin) Variant with erased return type to prevent the class returned by the lambda from being loaded by the bytecode verifier.
-
Method Details
-
createNode
-
createObject
-