Expand description
Boa’s wrappers for native Rust functions to be compatible with ECMAScript calls.
NativeFunction is the main type of this module, providing APIs to create native callablesfrom native Rust functions and closures.
Structs§
- Native
Function - A callable Rust function that can be invoked by the engine.
- Native
Function Object - The data of an object containing a
NativeFunction.
Type Aliases§
- Native
Function Pointer - The required signature for all native built-in function pointers.