Type Definition neon::context::FunctionContext[][src]

type FunctionContext<'a> = CallContext<'a, JsObject>;

A shorthand for a CallContext with this-type JsObject.