@FunctionalInterface public interface BuiltinNodeFactory
| Modifier and Type | Method and Description |
|---|---|
default JSBuiltinNode |
createNode(JSContext context,
JSBuiltin builtin) |
Object |
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.
|