Home
last modified time | relevance | path

Searched refs:GetIdentityHash (Results 1 – 25 of 47) sorted by relevance

12

/dports/lang/v8/v8-9.6.180.12/test/cctest/
H A Dtest-dictionary.cc89 CHECK(key->GetIdentityHash().IsSmi()); in TestHashMap()
99 CHECK(key->GetIdentityHash().IsSmi()); in TestHashMap()
107 Object identity_hash = key->GetIdentityHash(); in TestHashMap()
160 CHECK(key->GetIdentityHash().IsSmi()); in TestHashSet()
169 CHECK(key->GetIdentityHash().IsSmi()); in TestHashSet()
177 Object identity_hash = key->GetIdentityHash(); in TestHashSet()
H A Dtest-global-handles.cc300 identity = o->GetIdentityHash(); in TEST()
311 CHECK_EQ(identity, o->GetIdentityHash()); in TEST()
H A Dtest-api.cc3197 int hash = obj->GetIdentityHash(); in THREADED_TEST()
3198 int hash1 = obj->GetIdentityHash(); in THREADED_TEST()
3211 int hash4 = obj->GetIdentityHash(); in THREADED_TEST()
3220 CHECK_NE(o1->GetIdentityHash(), o2->GetIdentityHash()); in THREADED_TEST()
3228 CHECK_NE(o1->GetIdentityHash(), o2->GetIdentityHash()); in THREADED_TEST()
3278 int hash = symbol->GetIdentityHash(); in TEST()
3305 int hash = str->GetIdentityHash(); in TEST()
3306 int hash1 = str->GetIdentityHash(); in TEST()
3309 int hash3 = str->GetIdentityHash(); in TEST()
3313 int hash4 = str2->GetIdentityHash(); in TEST()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities.DurableInstancing/System/Activities/DurableInstancing/
H A DSerializationUtilities.cs264 static Guid GetIdentityHash(WorkflowIdentity id) in GetIdentityHash() method in System.Activities.DurableInstancing.SerializationUtilities
284 return GetIdentityHash(new WorkflowIdentity(id.Name, version, id.Package)); in GetIdentityAnyRevisionFilterHash()
288 return GetIdentityHash(id); in GetIdentityAnyRevisionFilterHash()
395 idHash = GetIdentityHash(id); in GetIdentityMetadataXml()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/renderer/pepper/
H A Dhost_var_tracker.cc25 hash = object.IsEmpty() ? 0 : object->GetIdentityHash(); in V8ObjectVarKey()
31 hash(object.IsEmpty() ? 0 : object->GetIdentityHash()) {} in V8ObjectVarKey()
H A Dv8_var_converter.cc54 size_t hash() const { return handle->GetIdentityHash(); } in hash()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/renderer/pepper/
H A Dhost_var_tracker.cc26 hash = object.IsEmpty() ? 0 : object->GetIdentityHash(); in V8ObjectVarKey()
32 hash(object.IsEmpty() ? 0 : object->GetIdentityHash()) {} in V8ObjectVarKey()
H A Dv8_var_converter.cc54 size_t hash() const { return handle->GetIdentityHash(); } in hash()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/bindings/core/v8/
H A Dboxed_v8_module.h25 identity_hash_(static_cast<unsigned>(module->GetIdentityHash())) {} in BoxedV8Module()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/bindings/core/v8/
H A Dboxed_v8_module.h25 identity_hash_(static_cast<unsigned>(module->GetIdentityHash())) {} in BoxedV8Module()
/dports/www/node10/node-v10.24.1/src/
H A Dheap_utils.cc33 if (v->IsObject()) return v.As<Object>()->GetIdentityHash(); in IdentityHash()
34 if (v->IsName()) return v.As<v8::Name>()->GetIdentityHash(); in IdentityHash()
H A Dmodule_wrap.cc64 auto range = env()->hash_to_module_map.equal_range(module->GetIdentityHash()); in ~ModuleWrap()
75 auto range = env->hash_to_module_map.equal_range(module->GetIdentityHash()); in GetFromModule()
178 env->hash_to_module_map.emplace(module->GetIdentityHash(), obj); in New()
/dports/lang/v8/v8-9.6.180.12/include/
H A Dv8-script.h210 int GetIdentityHash() const;
H A Dv8-object.h585 int GetIdentityHash();
H A Dv8-primitive.h77 int GetIdentityHash();
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/renderer/
H A Dv8_value_converter_impl.cc119 *hash = avoid_identity_hash_for_testing_ ? 0 : handle->GetIdentityHash(); in GetIteratorInMap()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/renderer/
H A Dv8_value_converter_impl.cc120 *hash = avoid_identity_hash_for_testing_ ? 0 : handle->GetIdentityHash(); in GetIteratorInMap()
/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Djs-objects.h262 V8_EXPORT_PRIVATE Object GetIdentityHash();
H A Dobjects-inl.h1051 return receiver.GetIdentityHash(); in GetHash()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Djs-objects.h259 V8_EXPORT_PRIVATE Object GetIdentityHash();
H A Dobjects-inl.h1073 return receiver.GetIdentityHash(); in GetHash()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/objects/
H A Dobjects-inl.h1059 return receiver.GetIdentityHash(); in GetHash()
H A Djs-objects.h250 V8_EXPORT_PRIVATE Object GetIdentityHash();
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node/include/node/
H A Dv8.h1204 int GetIdentityHash() const;
2537 int GetIdentityHash();
3586 int GetIdentityHash();
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/node/include/node/
H A Dv8.h1204 int GetIdentityHash() const;
2537 int GetIdentityHash();
3586 int GetIdentityHash();

12