Home | History | Annotate | Download | only in src

Lines Matching full:static_assert

71     STATIC_ASSERT(static_cast<int>(NodeState::kMask) ==
73 STATIC_ASSERT(WEAK == Internals::kNodeStateIsWeakValue);
74 STATIC_ASSERT(PENDING == Internals::kNodeStateIsPendingValue);
75 STATIC_ASSERT(NEAR_DEATH == Internals::kNodeStateIsNearDeathValue);
76 STATIC_ASSERT(static_cast<int>(IsIndependent::kShift) ==
78 STATIC_ASSERT(static_cast<int>(IsPartiallyDependent::kShift) ==
1023 STATIC_ASSERT(v8::kUninitializedEternalIndex == kInvalidIndex);