Module boa::js::function

source ·
Expand description

The global Function object and function value representations

Structs

Represents a native javascript function in memory
Represents a regular javascript function in memory

Enums

A Javascript function A member of the Object type that may be invoked as a subroutine https://tc39.github.io/ecma262/#sec-terms-and-definitions-function In our implementation, Function is extending Object by holding an object field which some extra data A Javascript function

Functions

Create a new Function object
Initialise the global object with the Function object

Type Definitions