Function chakracore_sys::JsBooleanToBool [] [src]

pub unsafe extern "system" fn JsBooleanToBool(
    value: JsValueRef,
    boolValue: *mut bool
) -> JsErrorCode

Retrieves the bool value of a Boolean value. The value to be converted. The converted value. The code JsNoError if the operation succeeded, a failure code otherwise.