Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-field-type-tracking.cc1273 const int kCustomPropIndex = kPropCount - 2; in TestReconfigureProperty_CustomPropertyAfterTargetMap() local
1277 CHECK(kSplitProp < kCustomPropIndex); in TestReconfigureProperty_CustomPropertyAfterTargetMap()
1295 for (int i = kSplitProp; i < kCustomPropIndex; i++) { in TestReconfigureProperty_CustomPropertyAfterTargetMap()
1299 for (int i = kCustomPropIndex + 1; i < kPropCount; i++) { in TestReconfigureProperty_CustomPropertyAfterTargetMap()
1312 for (int i = kSplitProp + 1; i < kCustomPropIndex; i++) { in TestReconfigureProperty_CustomPropertyAfterTargetMap()
1316 for (int i = kCustomPropIndex + 1; i < kPropCount; i++) { in TestReconfigureProperty_CustomPropertyAfterTargetMap()
1335 config.UpdateExpectations(kCustomPropIndex, expectations1); in TestReconfigureProperty_CustomPropertyAfterTargetMap()