Function chakracore_sys::JsGetUndefinedValue [] [src]

pub unsafe extern "system" fn JsGetUndefinedValue(
    undefinedValue: *mut JsValueRef
) -> JsErrorCode

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