Home
last modified time | relevance | path

Searched defs:funcPg (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/tests/
Dhoist.test.ts135 let funcPg = snippetCompiler.getPandaGenByName("UnitTest.a"); variable
155 let funcPg = snippetCompiler.getPandaGenByName("UnitTest.a"); variable
173 let funcPg = snippetCompiler.getPandaGenByName("UnitTest.func_main_0"); variable
192 let funcPg = snippetCompiler.getPandaGenByName("UnitTest.b"); variable
212 let funcPg = snippetCompiler.getPandaGenByName("UnitTest.func_main_0"); variable
/arkcompiler/ets_frontend/ts2panda/tests/statements/
DvariableDeclaration.test.ts168 let funcPg = snippetCompiler.getPandaGenByName("UnitTest.a"); variable
169 let functionScope = <FunctionScope>funcPg!.getScope(); variable
187 let funcPg = snippetCompiler.getPandaGenByName("UnitTest.a"); variable
188 let functionScope = <FunctionScope>funcPg!.getScope(); variable
204 let funcPg = snippetCompiler.getPandaGenByName("UnitTest.a"); variable
205 let functionScope = <FunctionScope>funcPg!.getScope(); variable
220 let funcPg = snippetCompiler.getPandaGenByName("UnitTest.func_main_0"); variable