| /arkcompiler/ets_frontend/ets2panda/lsp/src/services/text_change/ |
| D | change_tracker.cpp | 211 …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/ |
| D | lock_free_queue.cpp | 22 Node *newNode = new Node(std::make_unique<FileInfo>(data), nullptr); in Push() local
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/plugin/ |
| D | plugin_proceed_to_state_create_import_declaration.cpp | 84 auto newNode = in CreateImportDeclaration() local
|
| D | plugin_proceed_to_state_update_import_declaration.cpp | 87 auto newNode = impl->UpdateImportDeclaration(context, importNode, newSource, &newSpecifier, 1, in UpdateImportDeclaration() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | linked_node_test.cpp | 67 JSHandle<LinkedNode> newNode = factory->NewLinkedNode(hash, key, value, hole); in HWTEST_F_L0() local
|
| D | rb_tree_node_test.cpp | 81 JSHandle<RBTreeNode> newNode = factory->NewTreeNode(hash, key, value); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | tagged_hash_array.cpp | 178 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/ |
| D | spreadoperator.js | 125 function appendChild(newNode) { argument
|
| /arkcompiler/runtime_core/static_core/libpandabase/taskmanager/utils/ |
| D | sp_mc_lock_free_queue.h | 297 auto newNode = new NodeType(); in Push() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/graph/builder/ |
| D | ViewTreeBuilder.ts | 342 let newNode = new ViewTreeNodeImpl(this.name); variable
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | list.h | 230 auto newNode = static_cast<const ListNode *>(&value); in InsertAfter() local
|
| /arkcompiler/ets_frontend/es2panda/binder/ |
| D | binder.cpp | 1143 auto newNode = Allocator()->New<ir::NumberLiteral>(initialization->AsNumberLiteral()->Number()); in ReplaceConstReferenceWithInitialization() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
| D | heap_dump_test.cpp | 796 JSHandle<RBTreeNode> newNode = factory->NewTreeNode(hash, key, value); in NewRBTreeNode() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/ |
| D | Autofixer.ts | 1393 const newNode = ts.factory.createVariableDeclarationList(node.declarations, ts.NodeFlags.Let); constant
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| D | litecg_ir_builder.cpp | 856 auto *newNode = cf_.Fold(expr.GetNode()); in ConstantFoldExpr() local
|