pub unsafe extern "C-unwind" fn JSValueIsNull(
ctx: JSContextRef,
value: JSValueRef,
) -> bool
👎Deprecated: renamed to
JSValue::is_null
Available on crate features
JSValueRef
and JSBase
only.