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.js25342 …function enter(machine, stackIndex, stateStack, nodeStack, userStateStack, _resultHolder, outerSta… argument
25350 …function left(machine, stackIndex, stateStack, nodeStack, userStateStack, _resultHolder, _outerSta… argument
25362 …function operator(machine, stackIndex, stateStack, nodeStack, userStateStack, _resultHolder, _oute… argument
25370 …function right(machine, stackIndex, stateStack, nodeStack, userStateStack, _resultHolder, _outerSt… argument
25382 …function exit(machine, stackIndex, stateStack, nodeStack, userStateStack, resultHolder, _outerStat… argument
25422 function pushStack(stackIndex, stateStack, nodeStack, userStateStack, node) { argument
DtypingsInstaller.js31400 …function enter(machine, stackIndex, stateStack, nodeStack, userStateStack, _resultHolder, outerSta… argument
31414 …function left(machine, stackIndex, stateStack, nodeStack, userStateStack, _resultHolder, _outerSta… argument
31432 …function operator(machine, stackIndex, stateStack, nodeStack, userStateStack, _resultHolder, _oute… argument
31446 …function right(machine, stackIndex, stateStack, nodeStack, userStateStack, _resultHolder, _outerSt… argument
31464 …function exit(machine, stackIndex, stateStack, nodeStack, userStateStack, resultHolder, _outerStat… argument
31511 function pushStack(stackIndex, stateStack, nodeStack, userStateStack, node) { argument