logo
Expand description

This module implements the global Function object as well as creates Native Functions.

Objects wrap Functions and expose them via call/construct slots.

The Function object is used for matching text with a pattern.

More information:

Structs

Binds a Function Object when bind is called.

Wrapper for Gc<GcCell<dyn NativeObject>> that allows passing additional captures through a Copy closure.

Enums

Boa representation of a Function Object.

Traits

Trait representing a native built-in closure.

Type Definitions

Type representing a native built-in function a.k.a. function pointer.