Changeset 26808 in webkit for trunk/JavaScriptCore/kjs/interpreter.cpp
- Timestamp:
- Oct 19, 2007, 10:18:23 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/interpreter.cpp
r26688 r26808 364 364 ExecState newExec(this, &ctx); 365 365 ctx.setExecState(&newExec); 366 progNode->processDeclarations(&newExec);367 366 res = progNode->execute(&newExec); 368 367 }
Note:
See TracChangeset
for help on using the changeset viewer.