Home
last modified time | relevance | path

Searched refs:JSValueIsStrictEqual (Results 1 – 13 of 13) sorted by relevance

/external/webkit/Source/JavaScriptCore/API/tests/
Dtestapi.c252 …if (argumentCount > 0 && JSValueIsStrictEqual(context, arguments[0], JSValueMakeNumber(context, 0)… in MyObject_callAsFunction()
268 …if (argumentCount > 0 && JSValueIsStrictEqual(context, arguments[0], JSValueMakeNumber(context, 0)… in MyObject_callAsConstructor()
800 ASSERT(JSValueIsStrictEqual(context, JSObjectGetPrototype(context, object2), object1)); in checkForCycleInPrototypeChain()
806 ASSERT(JSValueIsStrictEqual(context, JSObjectGetPrototype(context, object2), object3)); in checkForCycleInPrototypeChain()
808 ASSERT(JSValueIsStrictEqual(context, JSObjectGetPrototype(context, object1), object2)); in checkForCycleInPrototypeChain()
810 …result &= assertTrue(!JSValueIsStrictEqual(context, JSObjectGetPrototype(context, object3), object… in checkForCycleInPrototypeChain()
1136 ASSERT(JSValueIsStrictEqual(context, jsTrue, jsTrue)); in main()
1137 ASSERT(!JSValueIsStrictEqual(context, jsOne, jsOneString)); in main()
/external/webkit/Source/JavaScriptCore/API/
DJSValueRef.h153 JS_EXPORT bool JSValueIsStrictEqual(JSContextRef ctx, JSValueRef a, JSValueRef b);
DJSValueRef.cpp157 bool JSValueIsStrictEqual(JSContextRef ctx, JSValueRef a, JSValueRef b) in JSValueIsStrictEqual() function
/external/webkit/Source/JavaScriptCore/qt/api/
Dqscriptvalue_p.h724 if (!JSValueIsStrictEqual(*m_engine, proto, *prototype)) in setPrototype()
803 return JSValueIsStrictEqual(*m_engine, *this, *other); in strictlyEquals()
810 return JSValueIsStrictEqual(*m_engine, *this, *other); in strictlyEquals()
817 return JSValueIsStrictEqual(*m_engine, *this, *other); in strictlyEquals()
825 return JSValueIsStrictEqual(*m_engine, *this, *other); in strictlyEquals()
Dqscriptoriginalglobalobject_p.h204 …stanceOfConstructor(m_context, value, constructor, &exception) || JSValueIsStrictEqual(m_context, … in isType()
/external/webkit/Source/WebKit2/win/
DWebKit2.def93 JSValueIsStrictEqual
DWebKit2CFLite.def86 JSValueIsStrictEqual
/external/webkit/Source/WebKit/win/WebKit.vcproj/
DWebKit_Cairo_debug.def96 JSValueIsStrictEqual
DWebKit_Cairo.def96 JSValueIsStrictEqual
/external/webkit/Source/JavaScriptCore/
DChangeLog-2009-06-165877 (JSValueIsStrictEqual):
5978 (JSValueIsStrictEqual):
6080 (JSValueIsStrictEqual):
13485 (JSValueIsStrictEqual):
14390 (JSValueIsStrictEqual):
DChangeLog-2010-05-2411857 (JSValueIsStrictEqual):
13526 (JSValueIsStrictEqual):
DChangeLog-2007-10-148560 (JSValueIsStrictEqual):
10326 (JSValueIsStrictEqual):
DChangeLog-2008-08-102751 (JSValueIsStrictEqual):