Expand description
This module implements the global Function
object as well as creates Native Functions.
Objects wrap Function
s and expose them via call/construct slots.
The
Function` object is used for matching text with a pattern.
More information:
Structs§
- Built
InFunction - Built
InFunction Object - Captures
- Wrapper for
Box<dyn NativeObject + Clone>
that allows passing additional captures through aCopy
closure. - Function
Flags
Enums§
- Function
- Boa representation of a Function Object.
Traits§
- Closure
Function - Trait representing a native built-in closure.
- DynCopy
Functions§
- create_
unmapped_ arguments_ object - Arguments.
- make_
builtin_ fn - Creates a new member function of a
Object
orprototype
.
Type Aliases§
- Native
Function - Type representing a native built-in function a.k.a. function pointer.