Home
last modified time | relevance | path

Searched refs:IsScriptFunction (Results 1 – 25 of 27) sorted by relevance

12

/arkcompiler/ets_frontend/es2panda/binder/
Ddeclaration.cpp33 return node_ && node_->IsScriptFunction() && node_->AsScriptFunction()->IsSendable(); in IsSendableFunctionDecl()
Dscope.cpp623 …if (IsFunctionScope() && (node_->IsScriptFunction() && node_->AsScriptFunction()->IsConstructor())… in GetScopeTag()
643 if (node_ && node_->IsScriptFunction()) { in GetSelfScopeName()
686 if (node_ && node_->IsScriptFunction()) { in GetSelfScopeName()
Dbinder.cpp272 if (!node->IsScriptFunction()) { in InstantiateArguments()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DpromiseVoid.cpp172 if (!(ast->IsScriptFunction() && ast->AsScriptFunction()->IsAsyncFunc())) { in Perform()
223 if (!(ast->IsScriptFunction() && ast->AsScriptFunction()->IsAsyncFunc())) { in Postcondition()
DboxingForLocals.cpp352 if (ast->IsScriptFunction()) { in Perform()
DlambdaLowering.cpp62 if (curr->IsScriptFunction()) { in FindEnclosingClassAndFunction()
235 if (node->IsScriptFunction()) { in ProcessCalleeMethodBody()
/arkcompiler/ets_frontend/ets2panda/ast_verifier/
DidentifierHasVariable.cpp54 if (parent->IsScriptFunction()) { in CheckMoreAstExceptions()
/arkcompiler/ets_frontend/es2panda/ir/statements/
DreturnStatement.cpp70 ASSERT(ancestor && ancestor->IsScriptFunction()); in Check()
/arkcompiler/ets_frontend/es2panda/typescript/core/
Dfunction.cpp635 ASSERT(iter->Node() && iter->Node()->IsScriptFunction()); in InferFunctionDeclarationType()
645 if (childNode->IsScriptFunction()) { in CollectTypesFromReturnStatements()
674 if (childNode->IsScriptFunction()) { in SearchForReturnOrThrow()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction_helpers.h289 if (ast->IsScriptFunction()) { in NodeScope()
Dhelpers.cpp191 … if (scopeIter->Node()->IsScriptFunction() && scopeIter->Node()->AsScriptFunction()->IsStatic()) { in SaveCapturedVariableInLocalClass()
1040 …if (parent->IsScriptFunction() && parent->AsScriptFunction()->ReturnTypeAnnotation() == typeAnnota… in CheckVoidAnnotation()
Dfunction.cpp2079 if (childNode->IsScriptFunction()) { in CollectReturnStatements()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DcodeGen.cpp140 ASSERT(rootNode_->IsScriptFunction()); in FormalParametersCount()
/arkcompiler/ets_frontend/ets2panda/compiler/function/
DfunctionBuilder.cpp45 if (!rootNode->IsScriptFunction() || !rootNode->AsScriptFunction()->IsConstructor()) { in ImplicitReturn()
/arkcompiler/ets_frontend/es2panda/compiler/function/
DfunctionBuilder.cpp48 if (!rootNode->IsScriptFunction() || !rootNode->AsScriptFunction()->IsConstructor()) { in ImplicitReturn()
/arkcompiler/ets_frontend/ets2panda/checker/ts/
Dfunction.cpp624 if (childNode->IsScriptFunction()) { in CollectTypesFromReturnStatements()
653 if (childNode->IsScriptFunction()) { in SearchForReturnOrThrow()
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.cpp170 while (astNode != nullptr && !astNode->IsScriptFunction()) { in UpdateForReturnIns()
174 astNode->AsBlockStatement()->Scope()->Node()->IsScriptFunction()) { in UpdateForReturnIns()
/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.h350 bool (*IsScriptFunction)(es2panda_AstNode *ast); member
/arkcompiler/ets_frontend/ets2panda/util/
Dhelpers.cpp316 if (parent->IsScriptFunction()) { in GetContainingFunction()
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dvarbinder.cpp199 if (!node->IsScriptFunction()) { in InstantiateArguments()
DETSBinder.cpp200 if ((!outerFunction->IsScriptFunction() || !outerFunction->AsScriptFunction()->IsArrow()) && in LookupIdentReference()
/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.cpp362 if (parent->IsScriptFunction()) { in GetContainingFunction()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp156 ASSERT(rootNode_->IsScriptFunction()); in FormalParametersCount()
/arkcompiler/ets_frontend/ets2panda/checker/
DTSAnalyzer.cpp1222 ASSERT(ancestor && ancestor->IsScriptFunction()); in Check()
DETSAnalyzer.cpp2028 ASSERT(ancestor && ancestor->IsScriptFunction()); in Check()

12