Changeset 59975 in webkit for trunk/JavaScriptCore/interpreter
- Timestamp:
- May 21, 2010, 4:52:56 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/interpreter/Interpreter.cpp
r59974 r59975 3845 3845 3846 3846 functionReturnValue = returnValue; 3847 codeBlock = callFrame->codeBlock(); 3848 ASSERT(codeBlock == callFrame->codeBlock()); 3847 3849 3848 3850 NEXT_INSTRUCTION();
Note:
See TracChangeset
for help on using the changeset viewer.