Home
last modified time | relevance | path

Searched defs:NewLinkedNode (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dtagged_hash_array.cpp65 JSHandle<LinkedNode> TaggedHashArray::NewLinkedNode(JSThread *thread, int hash, JSHandle<JSTaggedVa… in NewLinkedNode() function in panda::ecmascript::TaggedHashArray
Dobject_factory.cpp2299 JSHandle<LinkedNode> ObjectFactory::NewLinkedNode(int hash, const JSHandle<JSTaggedValue> &key, in NewLinkedNode() function in panda::ecmascript::ObjectFactory
/arkcompiler/ets_runtime/ecmascript/tests/
Dtagged_hash_array_test.cpp88 HWTEST_F_L0(TaggedHashArrayTest, NewLinkedNode) in HWTEST_F_L0() argument