Function ul_sys::JSObjectGetPrototype[][src]

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

@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.