Changeset 25535 in webkit for trunk/JavaScriptCore/kjs/function.cpp
- Timestamp:
- Sep 13, 2007, 7:50:22 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/function.cpp
r25534 r25535 834 834 ctx.setExecState(&newExec); 835 835 836 if (switchGlobal) 836 if (switchGlobal) { 837 837 ctx.pushScope(thisObj); 838 ctx.setVariableObject(thisObj); 839 } 838 840 839 841 // execute the code
Note:
See TracChangeset
for help on using the changeset viewer.