Home
last modified time | relevance | path

Searched refs:subsequentFunc (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/core/
H A Dfunction.cpp573 const ir::ScriptFunction *subsequentFunc = subsequentNode->AsFunctionDeclaration()->Function(); in InferFunctionDeclarationType() local
575 if (subsequentFunc->Id()->Name() != func->Id()->Name()) { in InferFunctionDeclarationType()
580 if (subsequentFunc->Declare() != func->Declare()) { in InferFunctionDeclarationType()
/arkcompiler/ets_frontend/ets2panda/checker/ts/
H A Dfunction.cpp536 const ir::ScriptFunction *const subsequentFunc = subsequentNode->AsFunctionDeclaration()->Function(); in ValidateSubsequentNode() member in ark::es2panda::checker::ir
537 if (subsequentFunc->Id()->Name() != func->Id()->Name()) { in ValidateSubsequentNode()
542 if (subsequentFunc->Declare() != func->Declare()) { in ValidateSubsequentNode()

Completed in 3 milliseconds