Skip to main content

JSValueIsUndefined

Function JSValueIsUndefined 

Source
pub unsafe extern "C-unwind" fn JSValueIsUndefined(
    ctx: JSContextRef,
    value: JSValueRef,
) -> bool
👎Deprecated:

renamed to JSValue::is_undefined

Available on crate features JSBase and JSValueRef only.