Home
last modified time | relevance | path

Searched refs:GetIdentityHash (Results 1 - 14 of 14) sorted by relevance

/third_party/node/src/
H A Dheap_utils.cc53 if (v->IsObject()) return v.As<Object>()->GetIdentityHash(); in IdentityHash()
54 if (v->IsName()) return v.As<v8::Name>()->GetIdentityHash(); in IdentityHash()
H A Dmodule_wrap.cc60 module_hash_(module->GetIdentityHash()) { in ModuleWrap()
95 auto range = env->hash_to_module_map.equal_range(module->GetIdentityHash()); in GetFromModule()
246 env->hash_to_module_map.emplace(module->GetIdentityHash(), obj); in New()
/third_party/node/deps/v8/include/v8-include/
H A Dv8-script.h203 int GetIdentityHash() const;
H A Dv8-object.h614 int GetIdentityHash();
H A Dv8-primitive.h88 int GetIdentityHash();
/third_party/node/deps/v8/include/
H A Dv8-object.h602 int GetIdentityHash();
H A Dv8-script.h188 int GetIdentityHash() const;
H A Dv8-primitive.h87 int GetIdentityHash();
/third_party/node/deps/v8/src/objects/
H A Djs-objects.h284 V8_EXPORT_PRIVATE Object GetIdentityHash();
H A Dobjects-inl.h1161 return receiver.GetIdentityHash(); in GetHash()
H A Djs-objects.cc851 Object JSReceiver::GetIdentityHash() { in GetIdentityHash() function in v8::internal::JSReceiver
2931 if (!js_object.GetIdentityHash().IsUndefined()) return false; in IsUnmodifiedApiObject()
/third_party/node/deps/v8/src/api/
H A Dapi.cc2392 int Module::GetIdentityHash() const { return Utils::OpenHandle(this)->hash(); } in GetIdentityHash() function in v8::Module
5107 int v8::Object::GetIdentityHash() { in GetIdentityHash() function in v8::v8::Object
5400 int Name::GetIdentityHash() { in GetIdentityHash() function in v8::Name
/third_party/node/deps/v8/src/execution/
H A Disolate.cc774 Smi::ToInt(Smi::cast(element_function->GetIdentityHash())) - 1; in AppendPromiseCombinatorFrame()
/third_party/node/deps/v8/src/d8/
H A Dd8.cc930 return module.Get(isolate_)->GetIdentityHash(); in operator ()()

Completed in 56 milliseconds