Function chakracore_sys::JsGetNullValue [] [src]

pub unsafe extern "system" fn JsGetNullValue(
    nullValue: *mut JsValueRef
) -> JsErrorCode

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