Function chakracore_sys::JsConvertValueToObject [] [src]

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

Converts the value to object using standard JavaScript semantics. Requires an active script context. The value to be converted. The converted value. The code JsNoError if the operation succeeded, a failure code otherwise.