Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dparser-base.h1244 AllowLabelledFunctionStatement allow_function,
1268 AllowLabelledFunctionStatement allow_function, bool* ok);
5001 AllowLabelledFunctionStatement allow_function, bool* ok) { in ParseStatement() argument
5098 allow_function, ok); in ParseStatement()
5199 AllowLabelledFunctionStatement allow_function, bool* ok) { in ParseExpressionOrLabelledStatement() argument
5247 allow_function == kAllowLabelledFunctionStatement) { in ParseExpressionOrLabelledStatement()
5250 return ParseStatement(labels, own_labels, allow_function, ok); in ParseExpressionOrLabelledStatement()