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§

Enums§

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