Function js::jsapi::JS_GetObjectPrototype [] [src]

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

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