MCPcopy Index your code
hub / github.com/dataease/SQLBot / Te

Function Te

frontend/public/swagger-ui-bundle.js:25116–25130  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

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'],

Callers 1

ttFunction · 0.70

Calls 2

getEvalledConstructorFunction · 0.85
deFunction · 0.50

Tested by

no test coverage detected