Searched refs:JSValueIsStrictEqual (Results 1 – 13 of 13) sorted by relevance
/external/webkit/Source/JavaScriptCore/API/tests/ |
D | testapi.c | 252 …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/ |
D | JSValueRef.h | 153 JS_EXPORT bool JSValueIsStrictEqual(JSContextRef ctx, JSValueRef a, JSValueRef b);
|
D | JSValueRef.cpp | 157 bool JSValueIsStrictEqual(JSContextRef ctx, JSValueRef a, JSValueRef b) in JSValueIsStrictEqual() function
|
/external/webkit/Source/JavaScriptCore/qt/api/ |
D | qscriptvalue_p.h | 724 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()
|
D | qscriptoriginalglobalobject_p.h | 204 …stanceOfConstructor(m_context, value, constructor, &exception) || JSValueIsStrictEqual(m_context, … in isType()
|
/external/webkit/Source/WebKit2/win/ |
D | WebKit2.def | 93 JSValueIsStrictEqual
|
D | WebKit2CFLite.def | 86 JSValueIsStrictEqual
|
/external/webkit/Source/WebKit/win/WebKit.vcproj/ |
D | WebKit_Cairo_debug.def | 96 JSValueIsStrictEqual
|
D | WebKit_Cairo.def | 96 JSValueIsStrictEqual
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2009-06-16 | 5877 (JSValueIsStrictEqual): 5978 (JSValueIsStrictEqual): 6080 (JSValueIsStrictEqual): 13485 (JSValueIsStrictEqual): 14390 (JSValueIsStrictEqual):
|
D | ChangeLog-2010-05-24 | 11857 (JSValueIsStrictEqual): 13526 (JSValueIsStrictEqual):
|
D | ChangeLog-2007-10-14 | 8560 (JSValueIsStrictEqual): 10326 (JSValueIsStrictEqual):
|
D | ChangeLog-2008-08-10 | 2751 (JSValueIsStrictEqual):
|