Home
last modified time | relevance | path

Searched refs:GetLastDescriptorName (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dmap.h622 inline Name GetLastDescriptorName(Isolate* isolate) const;
Dmap-inl.h200 Name Map::GetLastDescriptorName(Isolate* isolate) const { in GetLastDescriptorName() function
/third_party/node/deps/v8/src/runtime/
Druntime-object.cc131 DCHECK_EQ(*name, target.GetLastDescriptorName(isolate)); in GeneralizeAllTransitionsToFieldAsMutable()