Home | History | Annotate | Download | only in cctest

Lines Matching refs:GetIdentityHash

2755   int hash = obj->GetIdentityHash();
2756 int hash1 = obj->GetIdentityHash();
2758 int hash2 = v8::Object::New(isolate)->GetIdentityHash();
2764 int hash3 = v8::Object::New(isolate)->GetIdentityHash();
2769 int hash4 = obj->GetIdentityHash();
2778 CHECK_NE(o1->GetIdentityHash(), o2->GetIdentityHash());
2786 CHECK_NE(o1->GetIdentityHash(), o2->GetIdentityHash());
2812 int hash2 = global_proxy->GetIdentityHash();
2817 int hash3 = global_proxy->GetIdentityHash();
2836 int hash = symbol->GetIdentityHash();
2837 int hash1 = symbol->GetIdentityHash();
2840 int hash3 = symbol->GetIdentityHash();
2847 int hash = js_symbol->GetIdentityHash();
2848 int hash1 = js_symbol->GetIdentityHash();
2851 int hash3 = js_symbol->GetIdentityHash();
2863 int hash = str->GetIdentityHash();
2864 int hash1 = str->GetIdentityHash();
2867 int hash3 = str->GetIdentityHash();
2871 int hash4 = str2->GetIdentityHash();
10873 int hash = o->GetIdentityHash();
10876 CHECK_EQ(hash, o->GetIdentityHash());
22072 obj->GetIdentityHash();