Home | History | Annotate | Download | only in cctest

Lines Matching refs:GetIdentityHash

2661   int hash = obj->GetIdentityHash();
2662 int hash1 = obj->GetIdentityHash();
2664 int hash2 = v8::Object::New()->GetIdentityHash();
2670 int hash3 = v8::Object::New()->GetIdentityHash();
2675 int hash4 = obj->GetIdentityHash();
2684 CHECK_NE(o1->GetIdentityHash(), o2->GetIdentityHash());
2692 CHECK_NE(o1->GetIdentityHash(), o2->GetIdentityHash());
9896 int hash = o->GetIdentityHash();
9899 ASSERT_EQ(hash, o->GetIdentityHash());
20455 obj->GetIdentityHash();