Changeset 223232 in webkit for trunk/Source/JavaScriptCore/parser/Parser.h
- Timestamp:
- Oct 11, 2017, 11:45:23 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/parser/Parser.h
r223124 r223232 1613 1613 template <class TreeBuilder> ALWAYS_INLINE bool shouldCheckPropertyForUnderscoreProtoDuplicate(TreeBuilder&, const TreeProperty&); 1614 1614 1615 template <class TreeBuilder> NEVER_INLINE const char* metaPropertyName(TreeBuilder&, TreeExpression); 1616 1615 1617 ALWAYS_INLINE int isBinaryOperator(JSTokenType); 1616 1618 bool allowAutomaticSemicolon();
Note:
See TracChangeset
for help on using the changeset viewer.