Changeset 155499 in webkit for trunk/Source/JavaScriptCore/bytecode/ExitKind.h
- Timestamp:
- Sep 10, 2013, 9:35:16 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/bytecode/ExitKind.h
r149089 r155499 39 39 Overflow, // We exited because of overflow. 40 40 NegativeZero, // We exited because we encountered negative zero. 41 Int48Overflow, // We exited because of an Int48 overflow. 41 42 StoreToHole, // We had a store to a hole. 42 43 LoadFromHole, // We had a load from a hole.
Note:
See TracChangeset
for help on using the changeset viewer.