Function chakracore_sys::JsConvertValueToBoolean [] [src]

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

Converts the value to Boolean 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.