Home
last modified time | relevance | path

Searched refs:IsPrototypeChainInvalidated (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/objects/
Dmap.h445 static bool IsPrototypeChainInvalidated(Map* map);
/external/v8/src/
Dobjects.cc2071 Map::IsPrototypeChainInvalidated(global_obj->map())); in SetNormalizedProperty()
2093 Map::IsPrototypeChainInvalidated(object->map())); in SetNormalizedProperty()
4362 Map::IsPrototypeChainInvalidated(*new_map)); in MigrateFastToSlow()
12945 bool Map::IsPrototypeChainInvalidated(Map* map) { in IsPrototypeChainInvalidated() function in v8::internal::Map