Changeset 124398 in webkit for trunk/Source/JavaScriptCore/bytecode/DFGExitProfile.h
- Timestamp:
- Aug 1, 2012, 6:28:10 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/bytecode/DFGExitProfile.h
r120244 r124398 39 39 Overflow, // We exited because of overflow. 40 40 NegativeZero, // We exited because we encountered negative zero. 41 OutOfBounds, // We had an out-of-bounds access to an array. 41 42 InadequateCoverage, // We exited because we ended up in code that didn't have profiling coverage. 42 43 ArgumentsEscaped, // We exited because arguments escaped but we didn't expect them to.
Note:
See TracChangeset
for help on using the changeset viewer.