Home
last modified time | relevance | path

Searched refs:postOrderAnalysis (Results 1 – 2 of 2) sorted by relevance

/ark/ts2abc/ts2panda/tests/
Dlexenv.test.ts199 let postOrderVariableScopes = compilerDriver.postOrderAnalysis(globalScope);
223 let postOrderVariableScopes = compilerDriver.postOrderAnalysis(globalScope);
277 let postOrderVariableScopes = compilerDriver.postOrderAnalysis(globalScope);
/ark/ts2abc/ts2panda/src/
DcompilerDriver.ts129 postOrderAnalysis(scope: GlobalScope): VariableScope[] { method in CompilerDriver
307 let postOrderVariableScopes = this.postOrderAnalysis(topLevelScope);