Home | History | Annotate | Download | only in src

Lines Matching refs:GetIdentityHash

4004 int v8::Object::GetIdentityHash() {
4006 ON_BAILOUT(isolate, "v8::Object::GetIdentityHash()", return 0);
4010 return i::JSObject::GetIdentityHash(self);