Home | History | Annotate | Download | only in builtins

Lines Matching refs:sync_iterator

53     auto get_method = [=](Node* const sync_iterator) {
54 return GetProperty(context, sync_iterator, name);
66 auto get_method = [=](Node* const sync_iterator) {
67 return GetProperty(context, sync_iterator, name);
133 Node* const sync_iterator =
136 Node* const method = get_method(sync_iterator);
148 method, sync_iterator, sent_value);
198 Node* const sync_iterator =
201 Node* const method = get_method(sync_iterator);
213 method, sync_iterator, sent_value);