Searched defs:JSObjectWithGlobalObject (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
H A DJSObjectWithGlobalObject.cpp27 #include "JSObjectWithGlobalObject.h"
33 JSObjectWithGlobalObject::JSObjectWithGlobalObject(JSGlobalObject* globalObject, Structure* structure) function in class:JSC::JSObjectWithGlobalObject
44 JSObjectWithGlobalObject::JSObjectWithGlobalObject(JSGlobalData& globalData, JSGlobalObject* globalObject, Structure* structure) function in class:JSC::JSObjectWithGlobalObject
H A DJSObjectWithGlobalObject.h35 class JSObjectWithGlobalObject : public JSNonFinalObject { class in namespace:JSC
48 JSObjectWithGlobalObject(JSGlobalObject*, Structure*);
49 JSObjectWithGlobalObject(JSGlobalData&, JSGlobalObject*, Structure*);
51 JSObjectWithGlobalObject(VPtrStealingHackType) function in class:JSC::JSObjectWithGlobalObject

Completed in 69 milliseconds