Home
last modified time | relevance | path

Searched defs:rootNode (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
DcompilerImpl.cpp50 auto rootNode = context.Binder()->TopScope()->Node()->AsBlockStatement(); in Compile() local
/arkcompiler/ets_runtime/ecmascript/tests/
Drb_tree_node_test.cpp82 JSHandle<RBTreeNode> rootNode(thread, JSTaggedValue::Hole()); in HWTEST_F_L0() local
114 JSHandle<RBTreeNode> rootNode(thread, JSTaggedValue::Hole()); in HWTEST_F_L0() local
164 JSHandle<RBTreeNode> rootNode(thread, JSTaggedValue::Hole()); in HWTEST_F_L0() local
215 JSHandle<RBTreeNode> rootNode(thread, JSTaggedValue::Hole()); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/es2panda/compiler/function/
DfunctionBuilder.cpp46 const auto *rootNode = pg_->RootNode(); in ImplicitReturn() local
/arkcompiler/ets_frontend/ts2panda/src/
Dcompiler.ts132 private rootNode: ts.SourceFile | ts.FunctionLikeDeclaration; property in Compiler
/arkcompiler/ets_runtime/ecmascript/
Dtagged_node.cpp24 JSMutableHandle<RBTreeNode> rootNode(thread, JSTaggedValue::Hole()); in Treeing() local
/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeExtractor.cpp63 TypeExtractor::TypeExtractor(const ir::BlockStatement *rootNode, bool typeDtsExtractor, bool typeDt… in TypeExtractor()