Skip to main content

Module function

Module function 

Source
Expand description

Boa’s implementation of ECMAScript’s global Function object and 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§

BoundFunction
Binds a Function Object when bind is called.
BuiltInFunctionObject
The internal representation of a Function object.
OrdinaryFunction
Boa representation of a JavaScript Function Object.

Enums§

ClassFieldDefinition
Record containing the field definition of classes.
ConstructorKind
Represents the [[ConstructorKind]] internal slot of function objects.
ThisMode
Represents the [[ThisMode]] internal slot of function objects.