Changeset 173031 in webkit for trunk/Source/JavaScriptCore/jit/JITOperations.cpp
- Timestamp:
- Aug 27, 2014, 4:06:00 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/JITOperations.cpp
r172932 r173031 612 612 execCallee->setScope(exec->scope()); 613 613 execCallee->setCodeBlock(0); 614 execCallee->setCallerFrame(exec); 614 615 615 616 if (!isHostFunction(execCallee->calleeAsValue(), globalFuncEval))
Note:
See TracChangeset
for help on using the changeset viewer.