Changeset 189082 in webkit for trunk/Source/JavaScriptCore/dfg/DFGOSREntry.cpp
- Timestamp:
- Aug 27, 2015, 7:28:35 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGOSREntry.cpp
r189079 r189082 113 113 114 114 if (bytecodeIndex) 115 codeBlock->owner ScriptExecutable()->setDidTryToEnterInLoop(true);115 codeBlock->ownerExecutable()->setDidTryToEnterInLoop(true); 116 116 117 117 if (codeBlock->jitType() != JITCode::DFGJIT) {
Note:
See TracChangeset
for help on using the changeset viewer.