Searched refs:IsStableElementsBit (Results 1 – 2 of 2) sorted by relevance
302 using IsStableElementsBit = IsDictionaryBit::NextFlag; // 18 variable303 using HasConstructorBits = IsStableElementsBit::NextFlag; // 191517 uint32_t newVal = IsStableElementsBit::Update(GetBitField(), value); in SetIsStableElements()1522 return IsStableElementsBit::Decode(GetBitField()); in IsStableElements()1528 return IsStableElementsBit::Decode(bits) && (type == JSType::JS_ARGUMENTS); in IsStableJSArguments()1534 return IsStableElementsBit::Decode(bits) && (type == JSType::JS_ARRAY); in IsStableJSArray()
704 Int32(JSHClass::IsStableElementsBit::START_BIT)), in IsIsStableElementsByHClass()705 Int32((1LU << JSHClass::IsStableElementsBit::SIZE) - 1)), in IsIsStableElementsByHClass()733 Int32(JSHClass::IsStableElementsBit::START_BIT)), in IsStableElements()734 Int32((1LU << JSHClass::IsStableElementsBit::SIZE) - 1)), in IsStableElements()