HomeSort by relevance Sort by last modified time
    Searched refs:IsNullMap (Results 1 - 2 of 2) sorted by null

  /external/v8/src/objects/
map-inl.h 528 bool Map::IsNullMap() const { return this == GetReadOnlyRoots().null_map(); }
535 return IsNullMap() || IsUndefinedMap();
map.h     [all...]

Completed in 101 milliseconds