Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dmap.h788 inline bool IsNullOrUndefinedMap() const;
Dmap-inl.h682 bool Map::IsNullOrUndefinedMap() const { in IsNullOrUndefinedMap() function
/third_party/node/deps/v8/src/ic/
Dic.cc3158 if (map->IsNullOrUndefinedMap()) return true; in CanFastCloneObject()
3208 DCHECK(!source_map->IsNullOrUndefinedMap()); in FastCloneObjectMap()