Function js::jsapi::JS_GetArrayPrototype
[−]
[src]
pub unsafe extern "C" fn JS_GetArrayPrototype(
cx: *mut JSContext,
forObj: HandleObject
) -> *mut JSObject
Returns the original value of |Array.prototype| from the global object in which |forObj| was created.