Changeset 34781 in webkit for trunk/JavaScriptCore/VM/LabelID.h
- Timestamp:
- Jun 24, 2008, 4:03:11 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/LabelID.h
r34777 r34781 99 99 } 100 100 101 bool isForwardLabel() { return m_location == invalidLocation; }102 101 private: 103 102 typedef Vector<int, 8> JumpVector;
Note:
See TracChangeset
for help on using the changeset viewer.