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