Home | History | Annotate | Download | only in parser

Lines Matching defs:ParserArenaRefCounted

112     class ParserArenaRefCounted : public RefCounted<ParserArenaRefCounted> {
114 ParserArenaRefCounted(JSGlobalData*);
117 virtual ~ParserArenaRefCounted()
1378 class ScopeNode : public StatementNode, public ParserArenaRefCounted {
1386 using ParserArenaRefCounted::operator new;