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