Changeset 34143 in webkit for trunk/JavaScriptCore/kjs/JSGlobalObject.h
- Timestamp:
- May 26, 2008, 7:10:23 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/JSGlobalObject.h
r34042 r34143 265 265 static ThreadClassInfoHashTables* threadClassInfoHashTables(); 266 266 267 private:268 267 void init(JSObject* thisValue); 269 268 270 269 JSGlobalObjectData* d() const { return static_cast<JSGlobalObjectData*>(JSVariableObject::d); } 271 270 271 protected: 272 272 struct GlobalPropertyInfo { 273 273 GlobalPropertyInfo(const Identifier& i, JSValue* v, unsigned a) … … 284 284 void addStaticGlobals(GlobalPropertyInfo*, int count); 285 285 286 private: 286 287 bool checkTimeout(); 287 288 void resetTimeoutCheck();
Note:
See TracChangeset
for help on using the changeset viewer.