lookup.h | 60 holder_map_(holder_->map(), isolate_), 84 holder_map_(holder_->map(), isolate_), 106 holder_map_(holder_->map(), isolate_), 127 holder_map_(holder_->map(), isolate_), 196 bool is_dictionary_holder() const { return holder_map_->is_dictionary_map(); } 292 DCHECK(!holder_map_->is_dictionary_map()); 297 DCHECK(holder_map_->is_dictionary_map()); 337 Handle<Map> holder_map_; member in class:v8::internal::BASE_EMBEDDED
|