Home | History | Annotate | Download | only in src

Lines Matching refs:holder

2190   HCheckPrototypeMaps(Handle<JSObject> prototype, Handle<JSObject> holder)
2191 : prototype_(prototype), holder_(holder) {
2201 Handle<JSObject> holder() const { return holder_; }
2212 hash = 17 * hash + reinterpret_cast<intptr_t>(*holder());
2220 holder_.is_identical_to(b->holder());