Home
last modified time | relevance | path

Searched defs:funcNode (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/base/
DscriptFunction.cpp140 auto *funcNode = this->Parent(); in SourceCode() local
/arkcompiler/ets_frontend/es2panda/parser/
Dcommonjs.cpp89 auto *funcNode = in ParseCommonjs() local
DexpressionParser.cpp388 ir::ScriptFunction *funcNode {}; in ParseArrowFunctionExpressionBody() local
DparserImpl.cpp3980 auto *funcNode = in ParseFunction() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DdefaultParameterLowering.cpp205 auto *funcNode = checker->AllocNode<ir::ScriptFunction>( in CreateFunctionExpression() local
/arkcompiler/ets_runtime/tools/ap_file_viewer/src/ap/component/sheet/
DTabPaneApSummary.js299 funcNode = { variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dcall_graph.cpp491 auto *funcNode = static_cast<const AddroffuncNode *>(base); in GetFuncTypeFromFuncAddr() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp2000 auto *funcNode = AllocNode<ir::ScriptFunction>( in TransformTraillingLambda() local
2031 auto *funcNode = AllocNode<ir::ScriptFunction>( in ExtendArgumentsWithFakeLamda() local
/arkcompiler/ets_frontend/ets2panda/parser/
DparserImpl.cpp938 auto *funcNode = AllocNode<ir::ScriptFunction>( in ParseFunction() local
DETSparser.cpp294 auto *funcNode = AllocNode<ir::ScriptFunction>( in ParseFunction() local
DexpressionParser.cpp306 ir::ScriptFunction *funcNode {}; in ParseArrowFunctionExpressionBody() local
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp1923 ir::ScriptFunction *funcNode = nullptr; in CreateCallExpressionForTsModule() local
2062 ir::ScriptFunction *funcNode = nullptr; in CreateCallExpressionForTsEnum() local