Home | History | Annotate | Download | only in src

Lines Matching refs:GetIdentityHash

3244 int v8::Object::GetIdentityHash() {
3246 ON_BAILOUT(isolate, "v8::Object::GetIdentityHash()", return 0);
3250 return i::JSObject::GetIdentityHash(self);