Changeset 116372 in webkit for trunk/Source/JavaScriptCore/parser/NodeInfo.h
- Timestamp:
- May 7, 2012, 4:35:52 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/parser/NodeInfo.h
r110287 r116372 27 27 template <typename T> struct NodeInfo { 28 28 T m_node; 29 ScopeFlags m_scopeFlags;29 CodeFeatures m_features; 30 30 int m_numConstants; 31 31 }; … … 45 45 ParserArenaData<DeclarationStacks::VarStack>* m_varDeclarations; 46 46 ParserArenaData<DeclarationStacks::FunctionStack>* m_funcDeclarations; 47 ScopeFlags m_scopeFlags;47 CodeFeatures m_features; 48 48 int m_numConstants; 49 49 };
Note:
See TracChangeset
for help on using the changeset viewer.