Lines Matching refs:STATIC_ASSERT
47 STATIC_ASSERT(ALL_PROPERTIES == static_cast<PropertyFilter>(NONE));
48 STATIC_ASSERT(ONLY_WRITABLE == static_cast<PropertyFilter>(READ_ONLY));
49 STATIC_ASSERT(ONLY_ENUMERABLE == static_cast<PropertyFilter>(DONT_ENUM));
50 STATIC_ASSERT(ONLY_CONFIGURABLE == static_cast<PropertyFilter>(DONT_DELETE));
51 STATIC_ASSERT(((SKIP_STRINGS | SKIP_SYMBOLS | ONLY_ALL_CAN_READ) &
53 STATIC_ASSERT(ALL_PROPERTIES ==
55 STATIC_ASSERT(ONLY_WRITABLE ==
57 STATIC_ASSERT(ONLY_ENUMERABLE ==
59 STATIC_ASSERT(ONLY_CONFIGURABLE == static_cast<PropertyFilter>(
61 STATIC_ASSERT(SKIP_STRINGS ==
63 STATIC_ASSERT(SKIP_SYMBOLS ==
194 STATIC_ASSERT(kNumRepresentations <= (1 << kBitsPerByte));
367 STATIC_ASSERT(DictionaryStorageField::kNext <= 31);
368 STATIC_ASSERT(FieldIndexField::kNext <= 31);