Changeset 67583 in webkit for trunk/JavaScriptCore/parser/ASTBuilder.h
- Timestamp:
- Sep 15, 2010, 5:05:13 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/parser/ASTBuilder.h
r65177 r67583 101 101 102 102 static const bool CreatesAST = true; 103 static const bool NeedsFreeVariableInfo = true; 103 104 104 105 ExpressionNode* makeBinaryNode(int token, std::pair<ExpressionNode*, BinaryOpInfo>, std::pair<ExpressionNode*, BinaryOpInfo>);
Note:
See TracChangeset
for help on using the changeset viewer.