JS_IsStrictEqual

Function JS_IsStrictEqual 

Source
pub unsafe extern "C" fn JS_IsStrictEqual(
    ctx: *mut JSContext,
    op1: JSValue,
    op2: JSValue,
) -> bool