Changeset 29542 in webkit for trunk/JavaScriptCore/kjs/function.cpp
- Timestamp:
- Jan 16, 2008, 3:16:53 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/function.cpp
r29508 r29542 751 751 752 752 // enter a new execution context 753 if (!switchGlobal) 754 exec->dynamicGlobalObject()->tearOffActivation(exec); 755 753 exec->dynamicGlobalObject()->tearOffActivation(exec); 756 754 JSGlobalObject* globalObject = switchGlobal ? static_cast<JSGlobalObject*>(thisObj) : exec->dynamicGlobalObject(); 757 755 ExecState newExec(globalObject, evalNode.get(), exec);
Note:
See TracChangeset
for help on using the changeset viewer.