Home
last modified time | relevance | path

Searched defs:isAsync (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/parser/
DparserStatusContext.h153 explicit ArrowFunctionContext(ParserImpl *parser, bool isAsync) in ArrowFunctionContext()
DexpressionParser.cpp348 ArrowFunctionDescriptor ParserImpl::ConvertToArrowParameter(ir::Expression *expr, bool isAsync) in ConvertToArrowParameter()
410 … ir::TypeNode *returnTypeAnnotation, bool isAsync) in ParseArrowFunctionExpression()
1739 bool isAsync = lexer_->GetToken().IsAsyncModifier(); in ParseMemberExpression() local
DETSparserClasses.cpp1079 bool isAsync = tokenType == lexer::TokenType::KEYW_ASYNC; in ParseMemberModifiers() local
DASparser.cpp279 ArrowFunctionDescriptor ASParser::ConvertToArrowParameter(ir::Expression *expr, bool isAsync) in ConvertToArrowParameter()
/arkcompiler/ets_frontend/es2panda/parser/
DexpressionParser.cpp425 ArrowFunctionDescriptor ParserImpl::ConvertToArrowParameter(ir::Expression *expr, bool isAsync, in ConvertToArrowParameter()
485 bool isAsync) in ParseArrowFunctionExpression()
1336 …ession *ParserImpl::ParseCallExpression(ir::Expression *callee, bool isOptionalChain, bool isAsync) in ParseCallExpression()
1799 bool isAsync = lexer_->GetToken().IsAsyncModifier(); in ParseMemberExpression() local
DparserImpl.h784 explicit ArrowFunctionContext(ParserImpl *parser, bool isAsync) in ArrowFunctionContext()
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzerHelpers.cpp552 ir::Expression *stArgument, bool isAsync) in CheckReturnType()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp971 Label isAsync(env); in LoadHClassFromMethod() local