Changeset 149089 in webkit for trunk/Source/JavaScriptCore/bytecode/ExitKind.h
- Timestamp:
- Apr 24, 2013, 7:59:51 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/bytecode/ExitKind.h
r146089 r149089 47 47 NotStringObject, // We exited because we shouldn't have attempted to optimize string object access. 48 48 Uncountable, // We exited for none of the above reasons, and we should not count it. Most uses of this should be viewed as a FIXME. 49 UncountableWatchpoint // We exited because of a watchpoint, which isn't counted because watchpoints do tracking themselves. 49 UncountableWatchpoint, // We exited because of a watchpoint, which isn't counted because watchpoints do tracking themselves. 50 WatchdogTimerFired // We exited because we need to service the watchdog timer. 50 51 }; 51 52
Note:
See TracChangeset
for help on using the changeset viewer.