Function chakracore_sys::JsGetTrueValue [] [src]

pub unsafe extern "system" fn JsGetTrueValue(
    trueValue: *mut JsValueRef
) -> JsErrorCode

Gets the value of true in the current script context. Requires an active script context. The true value. The code JsNoError if the operation succeeded, a failure code otherwise.