HomeSort by relevance Sort by last modified time
    Searched refs:JSValueIsNull (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/JavaScriptCore/API/
JSValueRef.h 84 JS_EXPORT bool JSValueIsNull(JSContextRef ctx, JSValueRef value);
JSValueRef.cpp 79 bool JSValueIsNull(JSContextRef ctx, JSValueRef value)
  /external/webkit/Source/JavaScriptCore/qt/api/
qscriptvalue_p.h 375 return JSValueIsNull(*m_engine, *this);
704 if (JSValueIsNull(*m_engine, prototype))
    [all...]
  /external/webkit/Source/JavaScriptCore/API/tests/
testapi.c 792 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");
    [all...]

Completed in 1729 milliseconds