Searched refs:FAST_FOR_IN (Results 1 – 3 of 3) sorted by relevance
132 ? ForInStatement::FAST_FOR_IN in ForInType()
745 enum ForInType { FAST_FOR_IN, SLOW_FOR_IN }; enumerator
4876 bool fast = stmt->for_in_type() == ForInStatement::FAST_FOR_IN; in BuildForInBody()