Function javascriptcore_sys::JSObjectGetPrototype
[−]
[src]
pub unsafe extern "C" fn JSObjectGetPrototype(
ctx: JSContextRef,
object: JSObjectRef
) -> JSValueRef
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.