Searched defs:is_async (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/parsing/ |
D | parser-base.h | 895 bool parenthesized_formals, bool is_async, in ValidateArrowFormalParameters() 998 bool is_async; in ParsePrimaryExpression() local 1483 bool* is_async, bool* ok) { in ParsePrimaryExpression() 1887 bool is_async = false; in ParsePropertyDefinition() local 2248 bool is_async = allow_harmony_async_await() && peek() == Token::ASYNC && in ParseAssignmentExpression() local 2778 bool is_async = false; in ParseLeftHandSideExpression() local 2900 ExpressionClassifier* classifier, bool* is_async, bool* ok) { in ParseMemberWithNewPrefixesExpression() 2965 bool* is_async, bool* ok) { in ParseMemberExpression() 3096 ExpressionT expression, bool* is_async, ExpressionClassifier* classifier, in ParseMemberExpressionContinuation() 3314 bool accept_IN, const FormalParametersT& formal_parameters, bool is_async, in ParseArrowFunctionLiteral() [all …]
|
D | preparser.cc | 396 const bool is_async = flags & ParseFunctionFlags::kIsAsync; in ParseHoistableDeclaration() local
|
D | parser.h | 1274 ZoneList<v8::internal::Statement*>* body, bool is_async, bool* ok) { in AddParameterInitializationBlock()
|
D | preparser.h | 864 bool is_async, bool* ok) {} in AddParameterInitializationBlock()
|
D | parser.cc | 1097 bool is_async = allow_harmony_async_await() && shared_info->is_async(); in ParseLazy() local 2177 const bool is_async = flags & ParseFunctionFlags::kIsAsync; in ParseHoistableDeclaration() local
|