Home
last modified time | relevance | path

Searched defs:newNode (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/lsp/src/services/text_change/
Dchange_tracker.cpp211 …r::InsertNodeAfterWorker(es2panda_Context *context, ir::AstNode *after, const ir::AstNode *newNode) in InsertNodeAfterWorker()
372 …ChangeTracker::ReplaceRange(es2panda_Context *context, TextRange range, const ir::AstNode *newNode, in ReplaceRange()
381 …d ChangeTracker::ReplaceNode(es2panda_Context *context, ir::AstNode *oldNode, ir::AstNode *newNode, in ReplaceNode()
393 ir::AstNode *newNode) in ReplaceNodeRange()
435 …r::ReplacePropertyAssignment(es2panda_Context *context, ir::AstNode *oldNode, ir::AstNode *newNode) in ReplacePropertyAssignment()
460 void ChangeTracker::InsertNodeAt(es2panda_Context *context, size_t pos, const ir::AstNode *newNode, in InsertNodeAt()
472 void ChangeTracker::InsertNodeAtTopOfFile(es2panda_Context *context, ir::AstNode *newNode, bool bla… in InsertNodeAtTopOfFile()
477 …angeTracker::InsertNodeBefore(es2panda_Context *context, ir::AstNode *before, ir::AstNode *newNode, in InsertNodeBefore()
573 …ChangeTracker::InsertNodeAfter(es2panda_Context *context, ir::AstNode *after, ir::AstNode *newNode) in InsertNodeAfter()
600 …racker::InsertNodeAtEndOfScope(es2panda_Context *context, ir::AstNode *scope, ir::AstNode *newNode) in InsertNodeAtEndOfScope()
[all …]
/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
Dlock_free_queue.cpp22 Node *newNode = new Node(std::make_unique<FileInfo>(data), nullptr); in Push() local
/arkcompiler/ets_frontend/ets2panda/test/unit/plugin/
Dplugin_proceed_to_state_create_import_declaration.cpp84 auto newNode = in CreateImportDeclaration() local
Dplugin_proceed_to_state_update_import_declaration.cpp87 auto newNode = impl->UpdateImportDeclaration(context, importNode, newSource, &newSpecifier, 1, in UpdateImportDeclaration() local
/arkcompiler/ets_runtime/ecmascript/tests/
Dlinked_node_test.cpp67 JSHandle<LinkedNode> newNode = factory->NewLinkedNode(hash, key, value, hole); in HWTEST_F_L0() local
Drb_tree_node_test.cpp81 JSHandle<RBTreeNode> newNode = factory->NewTreeNode(hash, key, value); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Dtagged_hash_array.cpp178 JSHandle<LinkedNode> newNode = TaggedHashArray::NewLinkedNode(thread, hash, key, value); in SetVal() local
197 JSHandle<LinkedNode> newNode = TaggedHashArray::NewLinkedNode(thread, hash, key, value); in SetVal() local
/arkcompiler/ets_runtime/test/moduletest/spreadoperator/
Dspreadoperator.js125 function appendChild(newNode) { argument
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/utils/
Dsp_mc_lock_free_queue.h297 auto newNode = new NodeType(); in Push() local
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/graph/builder/
DViewTreeBuilder.ts342 let newNode = new ViewTreeNodeImpl(this.name); variable
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dlist.h230 auto newNode = static_cast<const ListNode *>(&value); in InsertAfter() local
/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.cpp1143 auto newNode = Allocator()->New<ir::NumberLiteral>(initialization->AsNumberLiteral()->Number()); in ReplaceConstReferenceWithInitialization() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_dump_test.cpp796 JSHandle<RBTreeNode> newNode = factory->NewTreeNode(hash, key, value); in NewRBTreeNode() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/
DAutofixer.ts1393 const newNode = ts.factory.createVariableDeclarationList(node.declarations, ts.NodeFlags.Let); constant
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp856 auto *newNode = cf_.Fold(expr.GetNode()); in ConstantFoldExpr() local