Home
last modified time | relevance | path

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

/external/v8/src/
Disolate.cc2594 kArrayProtectorInvalid; in IsIsConcatSpreadableLookupChainIntact()
2624 handle(Smi::FromInt(kArrayProtectorInvalid), this)); in UpdateArrayProtectorOnSetElement()
2632 handle(Smi::FromInt(kArrayProtectorInvalid), this)); in InvalidateHasInstanceProtector()
2640 Smi::FromInt(kArrayProtectorInvalid)); in InvalidateIsConcatSpreadableProtector()
2648 Smi::FromInt(kArrayProtectorInvalid)); in InvalidateArraySpeciesProtector()
Disolate.h983 static const int kArrayProtectorInvalid = 0; variable