Home | History | Annotate | Download | only in cctest

Lines Matching refs:GetIdentityHash

2761   int hash = obj->GetIdentityHash();
2762 int hash1 = obj->GetIdentityHash();
2764 int hash2 = v8::Object::New(isolate)->GetIdentityHash();
2770 int hash3 = v8::Object::New(isolate)->GetIdentityHash();
2775 int hash4 = obj->GetIdentityHash();
2784 CHECK_NE(o1->GetIdentityHash(), o2->GetIdentityHash());
2792 CHECK_NE(o1->GetIdentityHash(), o2->GetIdentityHash());
2802 int hash1 = global_proxy->GetIdentityHash();
2805 int hash2 = global_proxy->GetIdentityHash();
2810 int hash3 = global_proxy->GetIdentityHash();
10358 int hash = o->GetIdentityHash();
10361 DCHECK_EQ(hash, o->GetIdentityHash());
21563 obj->GetIdentityHash();