Changeset 141222 in webkit for trunk/Source/JavaScriptCore/parser/Nodes.h
- Timestamp:
- Jan 29, 2013, 9:43:47 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/parser/Nodes.h
r140947 r141222 1510 1510 1511 1511 private: 1512 SwitchInfo::SwitchType tryOptimizedSwitch(Vector<ExpressionNode*, 8>& literalVector, int32_t& min_num, int32_t& max_num); 1512 SwitchInfo::SwitchType tryTableSwitch(Vector<ExpressionNode*, 8>& literalVector, int32_t& min_num, int32_t& max_num); 1513 static const size_t s_tableSwitchMinimum = 10; 1513 1514 ClauseListNode* m_list1; 1514 1515 CaseClauseNode* m_defaultClause;
Note:
See TracChangeset
for help on using the changeset viewer.