Searched refs:JSValueIsNull (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/JavaScriptCore/API/
H A DJSValueRef.h84 JS_EXPORT bool JSValueIsNull(JSContextRef ctx, JSValueRef value);
H A DJSValueRef.cpp79 bool JSValueIsNull(JSContextRef ctx, JSValueRef value) function
/external/webkit/Source/JavaScriptCore/qt/api/
H A Dqscriptvalue_p.h375 return JSValueIsNull(*m_engine, *this);
704 if (JSValueIsNull(*m_engine, prototype))
1102 || ((proto = const_cast<JSObjectRef>(JSObjectGetPrototype(*m_engine, *this))) && JSValueIsNull(*m_engine, proto))) {
/external/webkit/Source/JavaScriptCore/API/tests/
H A Dtestapi.c792 ASSERT(JSValueIsNull(context, JSObjectGetPrototype(context, object1)));
796 result &= assertTrue(JSValueIsNull(context, JSObjectGetPrototype(context, object1)), "It is possible to assign self as a prototype");
802 result &= assertTrue(JSValueIsNull(context, JSObjectGetPrototype(context, object1)), "It is possible to close a prototype chain cycle");

Completed in 49 milliseconds