Home | History | Annotate | Download | only in parser

Lines Matching defs:parseProperty

218     template <bool strict, class TreeBuilder> ALWAYS_INLINE TreeProperty parseProperty(TreeBuilder&);
1697 template <bool complete, class TreeBuilder> TreeProperty JSParser::parseProperty(TreeBuilder& context)
1755 TreeProperty property = parseProperty<false>(context);
1769 property = parseProperty<false>(context);
1793 TreeProperty property = parseProperty<true>(context);
1809 property = parseProperty<true>(context);