Home | History | Annotate | Download | only in parser

Lines Matching refs:subtree

1192     TreeSourceElements subtree = parseSourceElements<DontCheckForStrictMode>(context);
1193 failIfFalse(subtree);
1196 return context.createBlockStatement(subtree, start, m_lastLine);