Changeset 50608 in webkit for trunk/JavaScriptCore/interpreter/CachedCall.h
- Timestamp:
- Nov 6, 2009, 3:33:17 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/interpreter/CachedCall.h
r50591 r50608 39 39 , m_interpreter(callFrame->interpreter()) 40 40 , m_exception(exception) 41 , m_globalObjectScope(callFrame, callFrame->globalData().dynamicGlobalObject ? callFrame->globalData().dynamicGlobalObject :function->scope().globalObject())41 , m_globalObjectScope(callFrame, function->scope().globalObject()) 42 42 { 43 43 ASSERT(!function->isHostFunction());
Note:
See TracChangeset
for help on using the changeset viewer.