Changeset 163027 in webkit for trunk/Source/JavaScriptCore/bytecode/ExitKind.h
- Timestamp:
- Jan 29, 2014, 11:18:54 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/bytecode/ExitKind.h
r162652 r163027 29 29 namespace JSC { 30 30 31 enum ExitKind {31 enum ExitKind : uint8_t { 32 32 ExitKindUnset, 33 33 BadType, // We exited because a type prediction was wrong.
Note:
See TracChangeset
for help on using the changeset viewer.