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