Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dmap.h473 static const int kPrototypeChainInvalid = 1; variable
Djs-objects.cc4892 cell.set_value(Smi::FromInt(Map::kPrototypeChainInvalid)); in InvalidateOnePrototypeValidityCellInternal()
/third_party/node/deps/v8/src/heap/
Dsetup-heap-internal.cc443 Smi value = Smi::FromInt(Map::kPrototypeChainInvalid); in CreateInitialMaps()