Searched refs:JSValueIsEqual (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/JavaScriptCore/API/
H A DJSValueRef.h143 JS_EXPORT bool JSValueIsEqual(JSContextRef ctx, JSValueRef a, JSValueRef b, JSValueRef* exception);
H A DJSValueRef.cpp140 bool JSValueIsEqual(JSContextRef ctx, JSValueRef a, JSValueRef b, JSValueRef* exception) function
/external/webkit/Source/JavaScriptCore/API/tests/
H A Dtestapi.c1072 ASSERT(!JSValueIsEqual(context, jsObjectNoProto, JSValueMakeNumber(context, 1), &exception));
1139 ASSERT(JSValueIsEqual(context, jsOne, jsOneString, NULL));
1140 ASSERT(!JSValueIsEqual(context, jsTrue, jsFalse, NULL));
1172 ASSERT(JSValueIsEqual(context, result, jsOne, NULL));
1221 ASSERT(JSValueIsEqual(context, v, arrayConstructor, NULL));
1335 ASSERT(JSValueIsEqual(context, v, globalObject, NULL));
1337 ASSERT(JSValueIsEqual(context, v, o, NULL));
1343 ASSERT(JSValueIsEqual(context, v, globalObject, NULL));
1345 ASSERT(JSValueIsEqual(context, v, o, NULL));
1349 ASSERT(JSValueIsEqual(contex
[all...]
/external/webkit/Source/WebCore/bindings/js/
H A DScriptValue.cpp73 return JSValueIsEqual(toRef(scriptState), toRef(scriptState, jsValue()), toRef(scriptState, anotherValue.jsValue()), 0);
/external/webkit/Source/JavaScriptCore/qt/api/
H A Dqscriptvalue_p.h792 bool result = JSValueIsEqual(*m_engine, *this, *other, &exception);

Completed in 75 milliseconds