Function javascriptcore_sys::JSObjectGetPrototype
source · pub unsafe extern "C" fn JSObjectGetPrototype(
ctx: JSContextRef,
object: JSObjectRef
) -> JSValueRefExpand description
Gets an object’s prototype.
ctx: The execution context to use.object: AJSObjectwhose prototype you want to get.
Returns a JSValue that is the object’s prototype.