| 881 | //----------------------------------------------------------------------------- |
| 882 | |
| 883 | std::string CoroutinesCodeGenerator::BuildResumeLabelName(int index) const |
| 884 | { |
| 885 | return StrCat(RESUME_LABEL_PREFIX, "_"sv, mFSMName, "_"sv, index); |
| 886 | } |
| 887 | //----------------------------------------------------------------------------- |
| 888 | |
| 889 | void CoroutinesCodeGenerator::InsertArg(const CoroutineSuspendExpr* stmt) |