Home
last modified time | relevance | path

Searched defs:globalScope (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/tests/statements/
DvariableDeclaration.test.ts52 let globalScope = <GlobalScope>snippetCompiler.getGlobalScope(); variable
69 let globalScope = <GlobalScope>snippetCompiler.getGlobalScope(); variable
85 let globalScope = <GlobalScope>snippetCompiler.getGlobalScope(); variable
101 let globalScope = <GlobalScope>snippetCompiler.getGlobalScope(); variable
119 let globalScope = <GlobalScope>snippetCompiler.getGlobalScope(); variable
135 let globalScope = <GlobalScope>snippetCompiler.getGlobalScope(); variable
146 let globalScope = <GlobalScope>snippetCompiler.getGlobalScope(); variable
157 let globalScope = <GlobalScope>snippetCompiler.getGlobalScope(); variable
DfunctionDeclaration.test.ts57 let globalScope = snippetCompiler.getGlobalScope(); variable
77 let globalScope = snippetCompiler.getGlobalScope(); variable
/arkcompiler/ets_frontend/ts2panda/tests/
Dlexenv.test.ts69 let globalScope = new GlobalScope(sourceFile); variable
97 let globalScope = new GlobalScope(sourceFile); variable
144 let globalScope = new GlobalScope(sourceFile); variable
168 let globalScope = new GlobalScope(sourceFile); variable
222 let globalScope = new GlobalScope(sourceFile); variable
240 let globalScope = new GlobalScope(); variable
262 let globalScope = new GlobalScope(); variable
282 let globalScope = new GlobalScope(); variable
301 let globalScope = new GlobalScope(); variable
325 let globalScope = new GlobalScope(); variable
[all …]
Dscope.test.ts80 let globalScope = new GlobalScope(); variable
121 let globalScope = new GlobalScope(); variable
217 let globalScope = new GlobalScope(); variable
/arkcompiler/ets_frontend/ts2panda/tests/expression/
DthisKeyWord.test.ts40 let globalScope = snippetCompiler.getGlobalScope(); variable
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1128 auto globalScope = std::make_unique<Scope>(); in GetGlobalScopeChain() local