Home | History | Annotate | Download | only in src

Lines Matching defs:each

1405   // Generate a separate declaration for each identifier.
2778 Expression* each,
2852 // each = result.value
2860 Token::ASSIGN, each, result_value, RelocInfo::kNoPosition);
2863 for_of->Initialize(each, subject, body,
2870 stmt->Initialize(each, subject, body);
2879 // ES6 13.6.3.4 specifies that on each loop iteration the let variables are
2924 // For each let variable x:
2960 // For each let variable x:
3015 // For each let variable x:
3074 VariableProxy* each =
3077 InitializeForEachStatement(loop, each, enumerable, body);
3136 VariableProxy* each =
3142 Token::ASSIGN, each, temp_proxy, RelocInfo::kNoPosition);