Lines Matching refs:DONT_ENUM
90 d = Descriptor::DataConstant(name, value, DONT_ENUM); in AddToDescriptorArrayTemplate()
98 d = Descriptor::AccessorConstant(name, pair, DONT_ENUM); in AddToDescriptorArrayTemplate()
106 Descriptor d = Descriptor::DataConstant(name, value, DONT_ENUM); in AddToDescriptorArrayTemplate()
118 Descriptor d = Descriptor::AccessorConstant(name, new_pair, DONT_ENUM); in AddToDescriptorArrayTemplate()
186 value_kind != ClassBoilerplate::kData ? kAccessor : kData, DONT_ENUM, in AddToDictionaryTemplate()
227 PropertyDetails details(kData, DONT_ENUM, PropertyCellType::kNoCell, in AddToDictionaryTemplate()
252 PropertyDetails details(kData, DONT_ENUM, PropertyCellType::kNoCell, in AddToDictionaryTemplate()
274 PropertyDetails details(kAccessor, DONT_ENUM, PropertyCellType::kNoCell, in AddToDictionaryTemplate()
470 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY); in BuildClassBoilerplate()
477 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY); in BuildClassBoilerplate()
483 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY); in BuildClassBoilerplate()
495 class_positions, DONT_ENUM); in BuildClassBoilerplate()
506 DONT_ENUM); in BuildClassBoilerplate()
571 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY); in BuildClassBoilerplate()