Home
last modified time | relevance | path

Searched refs:ForInType (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/ast/
Dast.h605 enum ForInType { FAST_FOR_IN, SLOW_FOR_IN }; enum
606 ForInType for_in_type() const { return ForInTypeField::decode(bit_field_); } in for_in_type()
623 : public BitField<ForInType, ForEachStatement::kNextBitFieldIndex, 1> {};