MCPcopy Index your code
hub / github.com/AlaSQL/alasql / popStack

Function popStack

src/alasqlparser.js:2108–2112  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

2106 }
2107
2108 function popStack (n) {
2109 stack.length = stack.length - 2 * n;
2110 vstack.length = vstack.length - n;
2111 lstack.length = lstack.length - n;
2112 }
2113
2114_token_stack:
2115 var lex = function () {

Callers 1

alasqlparser.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…