Searched refs:JSValueIsNull (Results 1 – 11 of 11) sorted by relevance
/external/webkit/Source/JavaScriptCore/API/ |
D | JSValueRef.h | 84 JS_EXPORT bool JSValueIsNull(JSContextRef ctx, JSValueRef value);
|
D | JSValueRef.cpp | 79 bool JSValueIsNull(JSContextRef ctx, JSValueRef value) in JSValueIsNull() function
|
/external/webkit/Source/WebKit2/win/ |
D | WebKit2CFLite.def | 82 JSValueIsNull
|
D | WebKit2.def | 89 JSValueIsNull
|
/external/webkit/Source/WebKit/win/WebKit.vcproj/ |
D | WebKit_Cairo_debug.def | 92 JSValueIsNull
|
D | WebKit_Cairo.def | 92 JSValueIsNull
|
/external/webkit/Source/JavaScriptCore/qt/api/ |
D | qscriptvalue_p.h | 375 return JSValueIsNull(*m_engine, *this); in isNull() 704 if (JSValueIsNull(*m_engine, prototype)) in prototype() 1102 …= const_cast<JSObjectRef>(JSObjectGetPrototype(*m_engine, *this))) && JSValueIsNull(*m_engine, pro… in propertyFlags()
|
/external/webkit/Source/JavaScriptCore/API/tests/ |
D | testapi.c | 792 ASSERT(JSValueIsNull(context, JSObjectGetPrototype(context, object1))); in checkForCycleInPrototypeChain() 796 …result &= assertTrue(JSValueIsNull(context, JSObjectGetPrototype(context, object1)), "It is possib… in checkForCycleInPrototypeChain() 802 …result &= assertTrue(JSValueIsNull(context, JSObjectGetPrototype(context, object1)), "It is possib… in checkForCycleInPrototypeChain()
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2009-06-16 | 5870 (JSValueIsNull): 5971 (JSValueIsNull): 6073 (JSValueIsNull): 12538 (JSValueIsNull): 14383 (JSValueIsNull):
|
D | ChangeLog-2007-10-14 | 8553 (JSValueIsNull): 10320 (JSValueIsNull):
|
D | ChangeLog-2010-05-24 | 11850 (JSValueIsNull):
|