Home
last modified time | relevance | path

Searched refs:declarationListKind (Results 1 – 3 of 3) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/js/src/frontend/
H A DBinAST.yaml1284 extra-params: ParseNodeKind declarationListKind
1289 handler_.newDeclarationList(declarationListKind,
1618 ParseNodeKind declarationListKind;
1621 declarationListKind = ParseNodeKind::VarStmt;
1629 extra-args: declarationListKind
H A DBinASTParser.h471 ParseNodeKind declarationListKind, const FieldContext& context);
H A DBinASTParser.cpp4201 ParseNodeKind declarationListKind; in parseInterfaceVariableDeclaration() local
4204 declarationListKind = ParseNodeKind::VarStmt; in parseInterfaceVariableDeclaration()
4214 declarationListKind, in parseInterfaceVariableDeclaration()
4887 ParseNodeKind declarationListKind, const FieldContext& context) { in parseListOfVariableDeclarator() argument
4896 BINJS_TRY_DECL(result, handler_.newDeclarationList(declarationListKind, in parseListOfVariableDeclarator()