Home | History | Annotate | Download | only in parsing

Lines Matching refs:IsGeneratorFunction

910     return IsGeneratorFunction(function_state_->kind());
1671 (next == Token::YIELD && !IsGeneratorFunction(function_kind))) {
3977 if (IsGeneratorFunction(kind)) {