Changeset 16117 in webkit for trunk/JavaScriptCore/kjs/function.cpp
- Timestamp:
- Aug 30, 2006, 11:45:07 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/function.cpp
r15846 r16117 83 83 if (exec->hadException()) 84 84 newExec.setException(exec->exception()); 85 ctx.setExecState(&newExec); 85 86 86 87 // assign user supplied arguments to parameters … … 819 820 EvalCode, 820 821 exec->context()); 821 822 822 ExecState newExec(exec->dynamicInterpreter(), &ctx); 823 823 if (exec->hadException()) 824 824 newExec.setException(exec->exception()); 825 ctx.setExecState(&newExec); 825 826 826 827 // execute the code
Note:
See TracChangeset
for help on using the changeset viewer.