Changeset 278425 in webkit for trunk/Source/JavaScriptCore/jsc.cpp
- Timestamp:
- Jun 3, 2021, 3:44:03 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jsc.cpp
r278356 r278425 3490 3490 if (Options::useExceptionFuzz()) 3491 3491 printf("JSC EXCEPTION FUZZ: encountered %u checks.\n", numberOfExceptionFuzzChecks()); 3492 if (Options::useExecutableAllocationFuzz() && Options::verboseExecutableAllocationFuzz()) 3492 bool fireAtEnabled = 3493 Options::fireExecutableAllocationFuzzAt() || Options::fireExecutableAllocationFuzzAtOrAfter(); 3494 if (Options::useExecutableAllocationFuzz() && (!fireAtEnabled || Options::verboseExecutableAllocationFuzz())) 3493 3495 printf("JSC EXECUTABLE ALLOCATION FUZZ: encountered %u checks.\n", numberOfExecutableAllocationFuzzChecks()); 3494 3496 if (Options::useOSRExitFuzz() && Options::verboseOSRExitFuzz()) {
Note:
See TracChangeset
for help on using the changeset viewer.