Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/parser/
H A DparserStatusContext.h158 explicit ArrowFunctionContext(ParserImpl *parser, bool isAsync) in ArrowFunctionContext() argument
H A DETSparserClasses.cpp1102 bool isAsync = tokenType == lexer::TokenType::KEYW_ASYNC; in ParseMemberModifiers() local
H A DASparser.cpp279 ArrowFunctionDescriptor ASParser::ConvertToArrowParameter(ir::Expression *expr, bool isAsync) in ConvertToArrowParameter() argument
H A DexpressionParser.cpp348 ArrowFunctionDescriptor ParserImpl::ConvertToArrowParameter(ir::Expression *expr, bool isAsync) in ConvertToArrowParameter() argument
1740 bool isAsync = lexer_->GetToken().IsAsyncModifier(); in ParseMemberExpression() local
408 ParseArrowFunctionExpression(ir::Expression *expr, ir::TSTypeParameterDeclaration *typeParamDecl, ir::TypeNode *returnTypeAnnotation, bool isAsync) ParseArrowFunctionExpression() argument
/arkcompiler/ets_frontend/es2panda/parser/
H A DparserImpl.h795 explicit ArrowFunctionContext(ParserImpl *parser, bool isAsync) in ArrowFunctionContext() argument
H A DexpressionParser.cpp425 ArrowFunctionDescriptor ParserImpl::ConvertToArrowParameter(ir::Expression *expr, bool isAsync, in ConvertToArrowParameter() argument
1336 ir::CallExpression *ParserImpl::ParseCallExpression(ir::Expression *callee, bool isOptionalChain, bool isAsync) in ParseCallExpression() argument
1823 bool isAsync = lexer_->GetToken().IsAsyncModifier(); in ParseMemberExpression() local
482 ParseArrowFunctionExpression(ir::Expression *expr, ir::TSTypeParameterDeclaration *typeParamDecl, ir::Expression *returnTypeAnnotation, bool isAsync) ParseArrowFunctionExpression() argument
[all...]
/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSAnalyzerHelpers.cpp562 CheckReturnType(ETSChecker *checker, checker::Type *funcReturnType, checker::Type *argumentType, ir::Expression *stArgument, bool isAsync) CheckReturnType() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnew_object_stub_builder.cpp948 &isAsync, &notAsync); in LoadHClassFromMethod() local

Completed in 18 milliseconds