Searched refs:GetRootMap (Results 1 – 4 of 4) sorted by relevance
86 object_ = object_->GetRootMap(isolate_)->prototype(); in AdvanceIgnoringProxies()88 handle_ = handle(handle_->GetRootMap(isolate_)->prototype(), isolate_); in AdvanceIgnoringProxies()
48 handle(receiver_->GetRootMap(isolate_)->prototype(), isolate_); in GetRoot()
1227 Map* GetRootMap(Isolate* isolate);
803 Map* Object::GetRootMap(Isolate* isolate) { in GetRootMap() function in v8::internal::Object