Function chakracore_sys::JsGetFalseValue [] [src]

pub unsafe extern "system" fn JsGetFalseValue(
    falseValue: *mut JsValueRef
) -> JsErrorCode

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