Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dmap.cc2087 int prototype_hash; in Hash() local
2091 prototype_hash = 1; in Hash()
2095 prototype_hash = receiver.GetOrCreateIdentityHash(isolate).value(); in Hash()
2098 return prototype_hash ^ bit_field2(); in Hash()