Module chakracore::value::function [] [src]

A JavaScript function and associated types.

Structs

CallbackInfo

The information passed to FunctionCallback closures.

Function

A JavaScript function object.

Type Definitions

CallbackResult

The result returned from a function callback.

FunctionCallback

Callback type for functions.