JSFunction typedef

JSFunction = JSFunction

The type of all JS functions, JSFunction <: JSObject.

Implementation

typedef JSFunction = js_types.JSFunction;