Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/parser/
DparserStatusContext.h158 explicit ArrowFunctionContext(ParserImpl *parser, bool isAsync) in ArrowFunctionContext()
DexpressionParser.cpp382 ArrowFunctionDescriptor ParserImpl::ConvertToArrowParameter(ir::Expression *expr, bool isAsync) in ConvertToArrowParameter()
444 … ir::TypeNode *returnTypeAnnotation, bool isAsync) in ParseArrowFunctionExpression()
1836 bool isAsync = lexer_->GetToken().IsAsyncModifier(); in ParseMemberExpression() local
DETSparserClasses.cpp1122 bool isAsync = tokenType == lexer::TokenType::KEYW_ASYNC; in ParseMemberModifiers() local
DASparser.cpp277 ArrowFunctionDescriptor ASParser::ConvertToArrowParameter(ir::Expression *expr, bool isAsync) in ConvertToArrowParameter()
/arkcompiler/ets_frontend/es2panda/parser/
DexpressionParser.cpp406 ArrowFunctionDescriptor ParserImpl::ConvertToArrowParameter(ir::Expression *expr, bool isAsync, in ConvertToArrowParameter()
466 bool isAsync) in ParseArrowFunctionExpression()
1317 …ession *ParserImpl::ParseCallExpression(ir::Expression *callee, bool isOptionalChain, bool isAsync) in ParseCallExpression()
1804 bool isAsync = lexer_->GetToken().IsAsyncModifier(); in ParseMemberExpression() local
DparserImpl.h799 explicit ArrowFunctionContext(ParserImpl *parser, bool isAsync) in ArrowFunctionContext()
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzerHelpers.cpp569 ir::Expression *stArgument, bool isAsync) in CheckReturnType()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp962 Label isAsync(env); in LoadHClassFromMethod() local