Searched refs:ForInType (Results 1 – 1 of 1) sorted by relevance
605 enum ForInType { FAST_FOR_IN, SLOW_FOR_IN }; enum606 ForInType for_in_type() const { return ForInTypeField::decode(bit_field_); } in for_in_type()623 : public BitField<ForInType, ForEachStatement::kNextBitFieldIndex, 1> {};