Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/factory/
Dutilities.ts1130 const prevUserState = stackIndex > 0 ? userStateStack[stackIndex - 1] : undefined; constant
1324 const userStateStack: TState[] = [undefined!]; constant
/third_party/typescript/lib/
DtypingsInstaller.js18290 …function enter(machine, stackIndex, stateStack, nodeStack, userStateStack, _resultHolder, outerSta… argument
18298 …function left(machine, stackIndex, stateStack, nodeStack, userStateStack, _resultHolder, _outerSta… argument
18310 …function operator(machine, stackIndex, stateStack, nodeStack, userStateStack, _resultHolder, _oute… argument
18318 …function right(machine, stackIndex, stateStack, nodeStack, userStateStack, _resultHolder, _outerSt… argument
18330 …function exit(machine, stackIndex, stateStack, nodeStack, userStateStack, resultHolder, _outerStat… argument
18373 function pushStack(stackIndex, stateStack, nodeStack, userStateStack, node) { argument
Dtsc.js25320 …function enter(machine, stackIndex, stateStack, nodeStack, userStateStack, _resultHolder, outerSta… argument
25328 …function left(machine, stackIndex, stateStack, nodeStack, userStateStack, _resultHolder, _outerSta… argument
25340 …function operator(machine, stackIndex, stateStack, nodeStack, userStateStack, _resultHolder, _oute… argument
25348 …function right(machine, stackIndex, stateStack, nodeStack, userStateStack, _resultHolder, _outerSt… argument
25360 …function exit(machine, stackIndex, stateStack, nodeStack, userStateStack, resultHolder, _outerStat… argument
25403 function pushStack(stackIndex, stateStack, nodeStack, userStateStack, node) { argument