Home | History | Annotate | Download | only in cctest

Lines Matching defs:hash2

2764   int hash2 = v8::Object::New(isolate)->GetIdentityHash();
2768 CHECK_NE(hash, hash2);
2805 int hash2 = global_proxy->GetIdentityHash();
2806 CHECK_EQ(hash1, hash2);