MCPcopy Create free account
hub / github.com/subquery/subql / x

Function x

packages/node-core/test/sandbox/sourcemap-test-webpack.js:355–375  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

353 }
354 }
355 function x(e) {
356 if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
357 var t, r = e[Symbol.asyncIterator];
358 return r ? r.call(e) : (e = b(e), t = {}, n("next"), n("throw"), n("return"), t[Symbol.asyncIterator] = function() {
359 return this;
360 }, t);
361 function n(r) {
362 t[r] = e[r] && function(t) {
363 return new Promise(function(n, o) {
364 (function(e, t, r, n) {
365 Promise.resolve(n).then(function(t) {
366 e({
367 value: t,
368 done: r
369 });
370 }, t);
371 })(n, o, (t = e[r](t)).done, t.value);
372 });
373 };
374 }
375 }
376 function E(e, t) {
377 return Object.defineProperty ? Object.defineProperty(e, "raw", {
378 value: t

Callers

nothing calls this directly

Calls 2

bFunction · 0.85
nFunction · 0.85

Tested by

no test coverage detected