MCPcopy Create free account
hub / github.com/alignoth/alignoth / gT

Function gT

resources/vega.min.js:27510–27528  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27508 return t;
27509 }
27510 function gT() {
27511 var t, e;
27512 if (VS.type !== e$ && VS.type !== QS) e = pT();
27513 else {
27514 if (rT("++") || rT("--")) throw new Error(M$);
27515 if (rT("+") || rT("-") || rT("~") || rT("!"))
27516 ((t = Y$()),
27517 (e = gT()),
27518 (e = (function (t, e) {
27519 const n = new IS(d$);
27520 return ((n.operator = t), (n.argument = e), (n.prefix = !0), n);
27521 })(t.value, e)));
27522 else {
27523 if (iT("delete") || iT("void") || iT("typeof")) throw new Error(M$);
27524 e = pT();
27525 }
27526 }
27527 return e;
27528 }
27529 function mT(t) {
27530 let e = 0;
27531 if (t.type !== e$ && t.type !== QS) return 0;

Callers 1

yTFunction · 0.85

Calls 4

pTFunction · 0.85
rTFunction · 0.85
Y$Function · 0.85
iTFunction · 0.85

Tested by

no test coverage detected