Home | History | Annotate | Download | only in cctest

Lines Matching defs:hash3

2454   int hash3 = v8::Object::New(isolate)->GetIdentityHash();
2458 CHECK_NE(hash, hash3);
2508 int hash3 = global_proxy->GetIdentityHash();
2509 CHECK_EQ(hash1, hash3);
2531 int hash3 = symbol->GetIdentityHash();
2532 CHECK_EQ(hash, hash3);
2542 int hash3 = js_symbol->GetIdentityHash();
2543 CHECK_EQ(hash, hash3);
2558 int hash3 = str->GetIdentityHash();
2559 CHECK_EQ(hash, hash3);