Home
last modified time | relevance | path

Searched refs:functionPg (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/tests/types/
Dclass.test.ts33 let functionPg = result.snippetCompiler.getPandaGenByName("UnitTest.func_main_0"); variable
34 let locals = functionPg!.getLocals();
70 let functionPg = result.snippetCompiler.getPandaGenByName("UnitTest.func_main_0"); variable
71 let locals = functionPg!.getLocals();
106 let functionPg = result.snippetCompiler.getPandaGenByName("UnitTest.func_main_0"); variable
107 let locals = functionPg!.getLocals();
141 let functionPg = result.snippetCompiler.getPandaGenByName("UnitTest.func_main_0"); variable
142 let locals = functionPg!.getLocals();
183 let functionPg = result.snippetCompiler.getPandaGenByName("UnitTest.func_main_0"); variable
184 let locals = functionPg!.getLocals();
[all …]
Dprimitives.test.ts33 let functionPg = result.snippetCompiler.getPandaGenByName("UnitTest.func_main_0"); variable
34 let locals = functionPg!.getLocals();
62 let functionPg = result.snippetCompiler.getPandaGenByName("UnitTest.numberFunc"); variable
63 let locals = functionPg!.getLocals();
102 let functionPg = result.snippetCompiler.getPandaGenByName("UnitTest.func_main_0"); variable
103 let locals = functionPg!.getLocals();
132 let functionPg = result.snippetCompiler.getPandaGenByName("UnitTest.func_main_0"); variable
133 let locals = functionPg!.getLocals();
161 let functionPg = result.snippetCompiler.getPandaGenByName("UnitTest.func_main_0"); variable
162 let locals = functionPg!.getLocals();
[all …]
Dfunction.test.ts33 let functionPg = result.snippetCompiler.getPandaGenByName("UnitTest.func_main_0"); variable
34 let locals = functionPg!.getLocals();
63 let functionPg = result.snippetCompiler.getPandaGenByName("UnitTest.func_main_0"); variable
64 let locals = functionPg!.getLocals();
95 let functionPg = result.snippetCompiler.getPandaGenByName("UnitTest.func_main_0"); variable
96 let locals = functionPg!.getLocals();
134 let functionPg = result.snippetCompiler.getPandaGenByName("UnitTest.func_main_0"); variable
135 let locals = functionPg!.getLocals();
175 let functionPg = result.snippetCompiler.getPandaGenByName("UnitTest.func_main_0"); variable
176 let locals = functionPg!.getLocals();
Darray.test.ts33 let functionPg = result.snippetCompiler.getPandaGenByName("UnitTest.func_main_0"); variable
34 let locals = functionPg!.getLocals();
78 let functionPg = result.snippetCompiler.getPandaGenByName("UnitTest.func_main_0"); variable
79 let locals = functionPg!.getLocals();
111 let functionPg = result.snippetCompiler.getPandaGenByName("UnitTest.func_main_0"); variable
112 let locals = functionPg!.getLocals();
162 let functionPg = result.snippetCompiler.getPandaGenByName("UnitTest.func_main_0"); variable
163 let locals = functionPg!.getLocals();
196 let functionPg = result.snippetCompiler.getPandaGenByName("UnitTest.func_main_0"); variable
197 let locals = functionPg!.getLocals();
[all …]
Dunion.test.ts33 let functionPg = result.snippetCompiler.getPandaGenByName("UnitTest.func_main_0"); variable
34 let locals = functionPg!.getLocals();
71 let functionPg = result.snippetCompiler.getPandaGenByName("UnitTest.func_main_0"); variable
72 let locals = functionPg!.getLocals();
107 let functionPg = result.snippetCompiler.getPandaGenByName("UnitTest.func_main_0"); variable
108 let locals = functionPg!.getLocals();
133 let functionPg = result.snippetCompiler.getPandaGenByName("UnitTest.func_main_0"); variable
134 let locals = functionPg!.getLocals();
Dobject.test.ts33 let functionPg = result.snippetCompiler.getPandaGenByName("UnitTest.func_main_0"); variable
34 let locals = functionPg!.getLocals();
59 let functionPg = result.snippetCompiler.getPandaGenByName("UnitTest.func_main_0"); variable
60 let locals = functionPg!.getLocals();
/arkcompiler/ets_frontend/ts2panda/tests/expression/
Darguments.test.ts50 let functionPg = snippetCompiler.getPandaGenByName("UnitTest.foo"); variable
51 let insns = functionPg!.getInsns();
71 let functionPg = snippetCompiler.getPandaGenByName("UnitTest.foo"); variable
72 let insns = functionPg!.getInsns();
DbindingPattern.test.ts59 let functionPg = snippetCompiler.getPandaGenByName("UnitTest.foo"); variable
60 let insns = functionPg!.getInsns();
91 let functionPg = snippetCompiler.getPandaGenByName("UnitTest.foo"); variable
92 let insns = functionPg!.getInsns();
DthisKeyWord.test.ts54 let functionPg = snippetCompiler.getPandaGenByName("UnitTest.a"); variable
55 let functionScope = functionPg!.getScope();
/arkcompiler/ets_frontend/ts2panda/tests/statements/
DfunctionDeclaration.test.ts95 let functionPg = snippetCompiler.getPandaGenByName("UnitTest.out"); variable
96 let insns = functionPg!.getInsns();
97 let functionScope = functionPg!.getScope();
103 let parameterLength = functionPg!.getParameterLength();
172 let functionPg = snippetCompiler.getPandaGenByName("UnitTest.test"); variable
173 let insns = functionPg!.getInsns();
Dswitch.test.ts252 let functionPg = snippetCompiler.getPandaGenByName("UnitTest.test"); variable
253 let insns = functionPg!.getInsns();