(s)
| 25114 | xe['%Error.prototype%'] = Pe |
| 25115 | } |
| 25116 | var Te = function doEval(s) { |
| 25117 | var o |
| 25118 | if ('%AsyncFunction%' === s) o = getEvalledConstructor('async function () {}') |
| 25119 | else if ('%GeneratorFunction%' === s) o = getEvalledConstructor('function* () {}') |
| 25120 | else if ('%AsyncGeneratorFunction%' === s) |
| 25121 | o = getEvalledConstructor('async function* () {}') |
| 25122 | else if ('%AsyncGenerator%' === s) { |
| 25123 | var i = doEval('%AsyncGeneratorFunction%') |
| 25124 | i && (o = i.prototype) |
| 25125 | } else if ('%AsyncIteratorPrototype%' === s) { |
| 25126 | var a = doEval('%AsyncGenerator%') |
| 25127 | a && de && (o = de(a.prototype)) |
| 25128 | } |
| 25129 | return ((xe[s] = o), o) |
| 25130 | }, |
| 25131 | Re = { |
| 25132 | __proto__: null, |
| 25133 | '%ArrayBufferPrototype%': ['ArrayBuffer', 'prototype'], |
no test coverage detected