HomeSort by relevance Sort by last modified time
    Searched full:jsobjectsetprototype (Results 1 - 12 of 12) sorted by null

  /external/webkit/Source/WebKit/win/WebKit.vcproj/
WebKit_Cairo.def 68 JSObjectSetPrototype
WebKit_Cairo_debug.def 68 JSObjectSetPrototype
  /external/webkit/Source/WebKit2/win/
WebKit2.def 65 JSObjectSetPrototype
WebKit2CFLite.def 58 JSObjectSetPrototype
  /external/webkit/Source/JavaScriptCore/API/tests/
testapi.c 791 JSObjectSetPrototype(context, object1, JSValueMakeNull(context));
795 JSObjectSetPrototype(context, object1, object1);
799 JSObjectSetPrototype(context, object2, object1);
801 JSObjectSetPrototype(context, object1, object2);
805 JSObjectSetPrototype(context, object2, object3);
807 JSObjectSetPrototype(context, object1, object2);
809 JSObjectSetPrototype(context, object3, object1);
874 JSObjectSetPrototype(context, jsObjectNoProto, JSValueMakeNull(context));
    [all...]
  /external/webkit/Source/JavaScriptCore/qt/api/
qscriptengine_p.cpp 114 JSObjectSetPrototype(m_context, funJS, m_originalGlobalObject.functionPrototype());
qscriptvalue_p.h 722 JSObjectSetPrototype(*m_engine, *this, *prototype);
    [all...]
  /external/webkit/Source/JavaScriptCore/API/
JSObjectRef.cpp 230 void JSObjectSetPrototype(JSContextRef ctx, JSObjectRef object, JSValueRef value)
JSObjectRef.h 66 @constant kJSClassAttributeNoAutomaticPrototype Specifies that a class should not automatically generate a shared prototype for its instance objects. Use kJSClassAttributeNoAutomaticPrototype in combination with JSObjectSetPrototype to manage prototypes manually.
511 JS_EXPORT void JSObjectSetPrototype(JSContextRef ctx, JSObjectRef object, JSValueRef value);
    [all...]
  /external/webkit/Source/JavaScriptCore/
ChangeLog-2007-10-14     [all...]
ChangeLog-2009-06-16     [all...]
ChangeLog     [all...]

Completed in 31 milliseconds