Function javascriptcore_sys::JSObjectGetPrototype [] [src]

pub unsafe extern "C" fn JSObjectGetPrototype(
    ctx: JSContextRef,
    object: JSObjectRef
) -> JSValueRef

Gets an object's prototype.

Returns a JSValue that is the object's prototype.