Home
last modified time | relevance | path

Searched defs:userStateStack (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/compiler/factory/
Dutilities.ts1035 const prevUserState = stackIndex > 0 ? userStateStack[stackIndex - 1] : undefined; constant
1224 const userStateStack: TState[] = [undefined!]; constant
/third_party/typescript/lib/
Dtsc.js25168 …function enter(machine, stackIndex, stateStack, nodeStack, userStateStack, _resultHolder, outerSta… argument
25176 …function left(machine, stackIndex, stateStack, nodeStack, userStateStack, _resultHolder, _outerSta… argument
25188 …function operator(machine, stackIndex, stateStack, nodeStack, userStateStack, _resultHolder, _oute… argument
25196 …function right(machine, stackIndex, stateStack, nodeStack, userStateStack, _resultHolder, _outerSt… argument
25208 …function exit(machine, stackIndex, stateStack, nodeStack, userStateStack, resultHolder, _outerStat… argument
25248 function pushStack(stackIndex, stateStack, nodeStack, userStateStack, node) { argument
DtypingsInstaller.js31184 …function enter(machine, stackIndex, stateStack, nodeStack, userStateStack, _resultHolder, outerSta… argument
31198 …function left(machine, stackIndex, stateStack, nodeStack, userStateStack, _resultHolder, _outerSta… argument
31216 …function operator(machine, stackIndex, stateStack, nodeStack, userStateStack, _resultHolder, _oute… argument
31230 …function right(machine, stackIndex, stateStack, nodeStack, userStateStack, _resultHolder, _outerSt… argument
31248 …function exit(machine, stackIndex, stateStack, nodeStack, userStateStack, resultHolder, _outerStat… argument
31295 function pushStack(stackIndex, stateStack, nodeStack, userStateStack, node) { argument