Changeset 37323 in webkit for trunk/JavaScriptCore/kjs/ExecState.h
- Timestamp:
- Oct 5, 2008, 7:48:08 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/ExecState.h
r37297 r37323 44 44 45 45 // Global object in which execution began. 46 JSGlobalObject* dynamicGlobalObject() 47 { 48 return Machine::scopeChain(Machine::firstCallFrame(this))->globalObject(); 49 } 46 JSGlobalObject* dynamicGlobalObject(); 50 47 51 48 // Global object in which the currently executing code was defined.
Note:
See TracChangeset
for help on using the changeset viewer.