pub unsafe fn StrictlyEqual(
    cx: *mut JSContext,
    v1: Handle<'_, Value>,
    v2: Handle<'_, Value>,
    equal: *mut bool
) -> bool