[][src]Function ul_sys::JSObjectGetPrototype

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

@function @abstract Gets an object's prototype. @param ctx The execution context to use. @param object A JSObject whose prototype you want to get. @result A JSValue that is the object's prototype.