Home | History | Annotate | Download | only in cctest

Lines Matching defs:hash3

2770   int hash3 = v8::Object::New(isolate)->GetIdentityHash();
2774 CHECK_NE(hash, hash3);
2810 int hash3 = global_proxy->GetIdentityHash();
2811 CHECK_EQ(hash1, hash3);