Searched refs:IsStableElementsBit (Results 1 – 2 of 2) sorted by relevance
359 …using IsStableElementsBit = IsDictionaryBit::NextFlag; // 20 variable360 …using HasConstructorBits = IsStableElementsBit::NextFlag; // 211637 uint32_t newVal = IsStableElementsBit::Update(GetBitField(), value); in SetIsStableElements()1642 return IsStableElementsBit::Decode(GetBitField()); in IsStableElements()1648 return IsStableElementsBit::Decode(bits) && (type == JSType::JS_ARGUMENTS); in IsStableJSArguments()1654 return IsStableElementsBit::Decode(bits) && (type == JSType::JS_ARRAY); in IsStableJSArray()
275 Int32(JSHClass::IsStableElementsBit::START_BIT)), in IsStableElements()276 Int32((1LU << JSHClass::IsStableElementsBit::SIZE) - 1)), in IsStableElements()