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