Skip to main content

JSValueIsNull

Function JSValueIsNull 

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

renamed to JSValue::is_null

Available on crate features JSBase and JSValueRef only.