Function js::jsapi::JS_GetFunctionPrototype [] [src]

pub unsafe extern "C" fn JS_GetFunctionPrototype(
    cx: *mut JSContext,
    forObj: HandleObject
) -> *mut JSObject

Returns the original value of |Function.prototype| from the global object in which |forObj| was created.