Home
last modified time | relevance | path

Searched refs:JSValueIsNull (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/JavaScriptCore/API/
DJSValueRef.h84 JS_EXPORT bool JSValueIsNull(JSContextRef ctx, JSValueRef value);
DJSValueRef.cpp79 bool JSValueIsNull(JSContextRef ctx, JSValueRef value) in JSValueIsNull() function
/external/webkit/Source/WebKit2/win/
DWebKit2CFLite.def82 JSValueIsNull
DWebKit2.def89 JSValueIsNull
/external/webkit/Source/WebKit/win/WebKit.vcproj/
DWebKit_Cairo_debug.def92 JSValueIsNull
DWebKit_Cairo.def92 JSValueIsNull
/external/webkit/Source/JavaScriptCore/qt/api/
Dqscriptvalue_p.h375 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/
Dtestapi.c792 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/
DChangeLog-2009-06-165870 (JSValueIsNull):
5971 (JSValueIsNull):
6073 (JSValueIsNull):
12538 (JSValueIsNull):
14383 (JSValueIsNull):
DChangeLog-2007-10-148553 (JSValueIsNull):
10320 (JSValueIsNull):
DChangeLog-2010-05-2411850 (JSValueIsNull):