Function chakracore_sys::JsGetPrototype [] [src]

pub unsafe extern "system" fn JsGetPrototype(
    object: JsValueRef,
    prototypeObject: *mut JsValueRef
) -> JsErrorCode

Returns the prototype of an object. Requires an active script context. The object whose prototype is to be returned. The object's prototype. The code JsNoError if the operation succeeded, a failure code otherwise.