Changeset 172961 in webkit for trunk/Source/JavaScriptCore/bytecode/ExitKind.h
- Timestamp:
- Aug 26, 2014, 9:46:10 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/bytecode/ExitKind.h
r172940 r172961 32 32 ExitKindUnset, 33 33 BadType, // We exited because a type prediction was wrong. 34 Bad Cell, // We exited because we made an incorrect assumption about what cell we would see. Usually used for function checks.34 BadFunction, // We exited because we made an incorrect assumption about what function we would see. 35 35 BadExecutable, // We exited because we made an incorrect assumption about what executable we would see. 36 36 BadCache, // We exited because an inline cache was wrong.
Note:
See TracChangeset
for help on using the changeset viewer.