Function chakracore_sys::JsGetProperty [] [src]

pub unsafe extern "system" fn JsGetProperty(
    object: JsValueRef,
    propertyId: JsPropertyIdRef,
    value: *mut JsValueRef
) -> JsErrorCode

Gets an object's property. Requires an active script context. The object that contains the property. The ID of the property. The value of the property. The code JsNoError if the operation succeeded, a failure code otherwise.