Unified JS function invocation: dispatches to compiled modules, interpreter fallback, builtins, and native callbacks.
Summary
Functions
Invokes a callback, converting JavaScript throws to :undefined.
Constructs a value from compiler-generated runtime helper code.
Dispatches a callable to bytecode, closure, bound-function, or builtin execution.
Invokes a JavaScript callable with positional arguments and a gas budget.
Helper for unified js function invocation: dispatches to compiled modules, interpreter fallback, builtins, and native callbacks.
Invokes a callback and propagates JavaScript throws to the caller.
Invokes a JavaScript constructor with this and new.target context.
Invokes a method from compiler-generated runtime helper code with an explicit receiver.
Invokes a callable from compiler-generated runtime helper code.
Invokes a JavaScript callable with an explicit this receiver.
Functions
Invokes a callback, converting JavaScript throws to :undefined.
Constructs a value from compiler-generated runtime helper code.
Dispatches a callable to bytecode, closure, bound-function, or builtin execution.
Invokes a JavaScript callable with positional arguments and a gas budget.
Helper for unified js function invocation: dispatches to compiled modules, interpreter fallback, builtins, and native callbacks.
Invokes a callback and propagates JavaScript throws to the caller.
Invokes a JavaScript constructor with this and new.target context.
Invokes a method from compiler-generated runtime helper code with an explicit receiver.
Invokes a callable from compiler-generated runtime helper code.
Invokes a JavaScript callable with an explicit this receiver.