Changeset 193636 in webkit for trunk/Source/JavaScriptCore/interpreter/Interpreter.cpp
- Timestamp:
- Dec 7, 2015, 10:30:53 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/interpreter/Interpreter.cpp
r193606 r193636 1305 1305 ModuleProgramCodeBlock* codeBlock = executable->codeBlock(); 1306 1306 1307 if (UNLIKELY(vm. watchdog && vm.watchdog->didFire(callFrame)))1307 if (UNLIKELY(vm.shouldTriggerTermination(callFrame))) 1308 1308 return throwTerminatedExecutionException(callFrame); 1309 1309
Note:
See TracChangeset
for help on using the changeset viewer.