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

  /external/webkit/Source/JavaScriptCore/API/
JSObjectRef.h 502 JS_EXPORT JSValueRef JSObjectGetPrototype(JSContextRef ctx, JSObjectRef object);
    [all...]
JSObjectRef.cpp 221 JSValueRef JSObjectGetPrototype(JSContextRef ctx, JSObjectRef object)
  /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");
800 ASSERT(JSValueIsStrictEqual(context, JSObjectGetPrototype(context, object2), object1));
802 result &= assertTrue(JSValueIsNull(context, JSObjectGetPrototype(context, object1)), "It is possible to close a prototype chain cycle");
806 ASSERT(JSValueIsStrictEqual(context, JSObjectGetPrototype(context, object2), object3));
808 ASSERT(JSValueIsStrictEqual(context, JSObjectGetPrototype(context, object1), object2));
810 result &= assertTrue(!JSValueIsStrictEqual(context, JSObjectGetPrototype(context, object3), object1), "It is possible to close a prototype chain cycle");
    [all...]
  /external/webkit/Source/JavaScriptCore/qt/api/
qscriptvalue_p.h 703 JSValueRef prototype = JSObjectGetPrototype(*m_engine, *this);
723 JSValueRef proto = JSObjectGetPrototype(*m_engine, *this);
    [all...]

Completed in 67 milliseconds