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