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

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

A shorthand for a CallContext with this-type JsObject.