Changeset 180703 in webkit for trunk/Source/JavaScriptCore/bytecode/ExitKind.h
- Timestamp:
- Feb 26, 2015, 2:44:45 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/bytecode/ExitKind.h
r180279 r180703 45 45 InadequateCoverage, // We exited because we ended up in code that didn't have profiling coverage. 46 46 ArgumentsEscaped, // We exited because arguments escaped but we didn't expect them to. 47 ExoticObjectMode, // We exited because some exotic object that we were accessing was in an exotic mode (like Arguments with slow arguments). 47 48 NotStringObject, // We exited because we shouldn't have attempted to optimize string object access. 48 49 VarargsOverflow, // We exited because a varargs call passed more arguments than we expected.
Note:
See TracChangeset
for help on using the changeset viewer.