Changeset 93913 in webkit for trunk/Source/JavaScriptCore/runtime/JSGlobalObject.h
- Timestamp:
- Aug 26, 2011, 2:40:45 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSGlobalObject.h
r93378 r93913 263 263 virtual bool isGlobalObject() const { return true; } 264 264 265 virtualExecState* globalExec();265 ExecState* globalExec(); 266 266 267 267 virtual bool shouldInterruptScript() const { return true; }
Note:
See TracChangeset
for help on using the changeset viewer.