Searched refs:nodeValue (Results 1 – 4 of 4) sorted by relevance
42 JSTaggedValue nodeValue = Get(((nodeLength - 1) & hash)); in GetNode() local44 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()
49 uint32_t RBTreeNode::Count(JSTaggedValue nodeValue) in Count() argument51 if (nodeValue.IsHole()) { in Count()54 return RBTreeNode::Cast(nodeValue.GetTaggedObject())->GetCount(); in Count()
149 static uint32_t Count(JSTaggedValue nodeValue);
7032 u.value = u.nodeValue = c;7324 nodeValue: null, property7520 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 …]