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