pub unsafe extern "C" fn JSStringIsEqual(
a: JSStringRef,
b: JSStringRef,
) -> boolExpand description
Tests whether two JavaScript strings match.
a: The firstJSStringRefto test.b: The secondJSStringRefto test.
Returns true if the two strings match, otherwise false.