Home | History | Annotate | Download | only in interpreter

Lines Matching refs:IteratorType

856                  IteratorType type = IteratorType::kNormal)
861 inline IteratorType type() const { return type_; }
866 IteratorType type_;
2486 BuildGetIteratorRecord(spread->expression(), IteratorType::kNormal);
3186 IteratorType iterator_type = IsAsyncGeneratorFunction(function_kind())
3187 ? IteratorType::kAsync
3188 : IteratorType::kNormal;
3252 if (iterator_type == IteratorType::kAsync) {
3279 if (iterator_type == IteratorType::kAsync) {
3300 if (iterator_type == IteratorType::kNormal) {
3304 DCHECK_EQ(iterator_type, IteratorType::kAsync);
3345 if (iterator_type == IteratorType::kAsync) {
4252 IteratorType hint) {
4259 if (hint == IteratorType::kAsync) {
4320 Expression* iterable, Register next, Register object, IteratorType hint) {
4333 Expression* iterable, IteratorType hint) {
4385 if (iterator.type() == IteratorType::kAsync) {