Changeset 138871 in webkit for trunk/Source/JavaScriptCore/bytecode/ExitKind.h
- Timestamp:
- Jan 4, 2013, 5:28:37 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/bytecode/ExitKind.h
r137937 r138871 32 32 ExitKindUnset, 33 33 BadType, // We exited because a type prediction was wrong. 34 BadFunction, // We exited because we made an incorrect assumption about what function we would see. 35 BadExecutable, // We exited because we made an incorrect assumption about what executable we would see. 34 36 BadCache, // We exited because an inline cache was wrong. 35 37 BadWeakConstantCache, // We exited because a cache on a weak constant (usually a prototype) was wrong.
Note:
See TracChangeset
for help on using the changeset viewer.