Home | History | Annotate | Download | only in cctest

Lines Matching refs:GetIdentityHash

2004   int hash = obj->GetIdentityHash();
2005 int hash1 = obj->GetIdentityHash();
2007 int hash2 = v8::Object::New()->GetIdentityHash();
2013 int hash3 = v8::Object::New()->GetIdentityHash();
2018 int hash4 = obj->GetIdentityHash();
2027 CHECK_NE(o1->GetIdentityHash(), o2->GetIdentityHash());
2035 CHECK_NE(o1->GetIdentityHash(), o2->GetIdentityHash());