Changeset 147820 in webkit for trunk/Source/JavaScriptCore/interpreter
- Timestamp:
- Apr 5, 2013, 5:07:46 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/interpreter/Interpreter.cpp
r147818 r147820 570 570 CodeBlock* codeBlock = callFrame->codeBlock(); 571 571 if (!codeBlock) 572 return -1;572 return 0; 573 573 #if ENABLE(JIT) 574 574 #if ENABLE(DFG_JIT)
Note:
See TracChangeset
for help on using the changeset viewer.