Changeset 33316
- Timestamp:
- 05/12/08 23:03:00 (6 months ago)
- Location:
- branches/squirrelfish/JavaScriptCore
- Files:
-
- 2 modified
-
ChangeLog (modified) (1 diff)
-
kjs/ExecState.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/squirrelfish/JavaScriptCore/ChangeLog
r33315 r33316 1 2008-04-30 Geoffrey Garen <ggaren@apple.com> 2 3 Fixed tyop. 4 5 * kjs/ExecState.h: 6 1 7 2008-04-30 Geoffrey Garen <ggaren@apple.com> 2 8 -
branches/squirrelfish/JavaScriptCore/kjs/ExecState.h
r33314 r33316 69 69 JSGlobalObject* dynamicGlobalObject() const { return m_globalObject; } 70 70 71 // Global object in which the current script was defined. (Can bediffer71 // Global object in which the current script was defined. (Can differ 72 72 // from dynamicGlobalObject() during function calls across frames.) 73 73 JSGlobalObject* ExecState::lexicalGlobalObject() const