Changeset 192768 in webkit for trunk/Source/JavaScriptCore/parser/ASTBuilder.h
- Timestamp:
- Nov 24, 2015, 5:43:14 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/parser/ASTBuilder.h
r192671 r192768 852 852 node->appendEntry(location, identifier, wasString, pattern, defaultValue); 853 853 } 854 854 855 void appendObjectPatternEntry(ObjectPattern node, const JSTokenLocation& location, ExpressionNode* propertyExpression, DestructuringPattern pattern, ExpressionNode* defaultValue) 856 { 857 node->appendEntry(location, propertyExpression, pattern, defaultValue); 858 } 859 855 860 BindingPattern createBindingLocation(const JSTokenLocation&, const Identifier& boundProperty, const JSTextPosition& start, const JSTextPosition& end, AssignmentContext context) 856 861 {
Note:
See TracChangeset
for help on using the changeset viewer.