HomeSort by relevance Sort by last modified time
    Searched defs:JSObjectWithGlobalObject (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/JavaScriptCore/runtime/
JSObjectWithGlobalObject.cpp 27 #include "JSObjectWithGlobalObject.h"
33 JSObjectWithGlobalObject::JSObjectWithGlobalObject(JSGlobalObject* globalObject, Structure* structure)
44 JSObjectWithGlobalObject::JSObjectWithGlobalObject(JSGlobalData& globalData, JSGlobalObject* globalObject, Structure* structure)
JSObjectWithGlobalObject.h 35 class JSObjectWithGlobalObject : public JSNonFinalObject {
48 JSObjectWithGlobalObject(JSGlobalObject*, Structure*);
49 JSObjectWithGlobalObject(JSGlobalData&, JSGlobalObject*, Structure*);
51 JSObjectWithGlobalObject(VPtrStealingHackType)

Completed in 38 milliseconds