(thisArg, _arguments, generator)
| 79070 | } |
| 79071 | } |
| 79072 | } |
| 79073 | return message; |
| 79074 | } |
| 79075 | function __await2(v5) { |
| 79076 | return this instanceof __await2 ? (this.v = v5, this) : new __await2(v5); |
| 79077 | } |
| 79078 | function __asyncGenerator2(thisArg, _arguments, generator) { |
| 79079 | if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined."); |
| 79080 | var g5 = generator.apply(thisArg, _arguments || []), i3, q6 = []; |
| 79081 | return i3 = {}, verb("next"), verb("throw"), verb("return"), i3[Symbol.asyncIterator] = function() { |
| 79082 | return this; |
| 79083 | }, i3; |
| 79084 | function verb(n2) { |
| 79085 | if (g5[n2]) i3[n2] = function(v5) { |
| 79086 | return new Promise(function(a4, b7) { |
| 79087 | q6.push([n2, v5, a4, b7]) > 1 || resume2(n2, v5); |
| 79088 | }); |
| 79089 | }; |
| 79090 | } |
| 79091 | function resume2(n2, v5) { |
| 79092 | try { |
| 79093 | step(g5[n2](v5)); |
| 79094 | } catch (e3) { |
| 79095 | settle2(q6[0][3], e3); |
| 79096 | } |
| 79097 | } |
| 79098 | function step(r3) { |
| 79099 | r3.value instanceof __await2 ? Promise.resolve(r3.value.v).then(fulfill, reject) : settle2(q6[0][2], r3); |
| 79100 | } |
| 79101 | function fulfill(value) { |
| 79102 | resume2("next", value); |
| 79103 | } |
| 79104 | function reject(value) { |
| 79105 | resume2("throw", value); |
| 79106 | } |
| 79107 | function settle2(f4, v5) { |
no test coverage detected