Type Definition chakracore::value::function::FunctionCallback [] [src]

type FunctionCallback = Fn(&ContextGuard, CallbackInfo) -> CallbackResult + Send;

Callback type for functions.