Home
last modified time | relevance | path

Searched refs:nodeValue (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dtagged_hash_array.cpp42 JSTaggedValue nodeValue = Get(((nodeLength - 1) & hash)); in GetNode() local
44 if (nodeValue.IsHole()) { in GetNode()
47 if (nodeValue.IsRBTreeNode()) { in GetNode()
48 JSHandle<JSTaggedValue> node(thread, nodeValue); in GetNode()
52 JSTaggedValue nextNodeVa = nodeValue; in GetNode()
Dtagged_node.cpp49 uint32_t RBTreeNode::Count(JSTaggedValue nodeValue) in Count() argument
51 if (nodeValue.IsHole()) { in Count()
54 return RBTreeNode::Cast(nodeValue.GetTaggedObject())->GetCount(); in Count()
Dtagged_node.h149 static uint32_t Count(JSTaggedValue nodeValue);
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js7032 u.value = u.nodeValue = c;
7324 nodeValue: null, property
7520 i.nodeValue = i.data = e;
7587 i.value = i.nodeValue = "" + e;
7634 s.value = s.nodeValue = "" + i;
7673 this.nodeValue = this.data = t;
7687 this.nodeValue = this.data = i;
7700 this.data = this.nodeValue = e;
7959 this.nodeValue = t;
7976 return t.nodeValue;
[all …]