pub unsafe extern "C" fn JS_GetPrototype(
cx: *mut JSContext,
obj: Handle<*mut JSObject>,
result: MutableHandle<*mut JSObject>,
) -> boolExpand description
Get the prototype of |obj|, storing it in |proto|.
Implements: ES6 [[GetPrototypeOf]] internal method.