Searched defs:newNode (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | linked_node_test.cpp | 91 JSHandle<LinkedNode> newNode = factory->NewLinkedNode(hash, key, value, hole); in HWTEST_F_L0() local
|
| D | rb_tree_node_test.cpp | 72 JSHandle<RBTreeNode> newNode = factory->NewTreeNode(hash, key, value); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | tagged_hash_array.cpp | 180 JSHandle<LinkedNode> newNode = TaggedHashArray::NewLinkedNode(thread, hash, key, value); in SetVal() local 199 JSHandle<LinkedNode> newNode = TaggedHashArray::NewLinkedNode(thread, hash, key, value); in SetVal() local
|