Home
last modified time | relevance | path

Searched refs:IsHashFieldComputed (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dname-inl.h87 bool Name::IsHashFieldComputed(uint32_t raw_hash_field) { in IsHashFieldComputed() function
110 bool Name::HasHashCode() const { return IsHashFieldComputed(raw_hash_field()); } in HasHashCode()
115 if (IsHashFieldComputed(field)) return HashBits::decode(field); in EnsureHash()
123 if (IsHashFieldComputed(field)) return HashBits::decode(field); in EnsureHash()
130 DCHECK(IsHashFieldComputed(field)); in hash()
Dname.h160 static inline bool IsHashFieldComputed(uint32_t raw_hash_field);
Dstring-inl.h1411 if (IsHashFieldComputed(field) && !IsIntegerIndex(field)) { in AsArrayIndex()
1423 if (IsHashFieldComputed(field) && !IsIntegerIndex(field)) { in AsIntegerIndex()