Home
last modified time | relevance | path

Searched refs:getGlobalInsns (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/tests/
Desmodule.test.ts52 let funcMainInsns = snippetCompiler.getGlobalInsns();
70 let funcMainInsns = snippetCompiler.getGlobalInsns();
97 let funcMainInsns = snippetCompiler.getGlobalInsns();
DpreserveConstEnums.test.ts60 let insns = snippetCompiler.getGlobalInsns();
98 let insns = snippetCompiler.getGlobalInsns();
Dhoist.test.ts87 let insns = snippetCompiler.getGlobalInsns();
102 let insns = snippetCompiler.getGlobalInsns();
118 let insns = snippetCompiler.getGlobalInsns();
DautoGeneratedIdentifierName.test.ts70 let insns = snippetCompiler.getGlobalInsns();
146 let insns = snippetCompiler.getGlobalInsns();
Dcommonjs.test.ts54 let funcMainInsns = snippetCompiler.getGlobalInsns();
/arkcompiler/ets_frontend/ts2panda/tests/statements/
DvariableDeclaration.test.ts53 let insns = snippetCompiler.getGlobalInsns();
70 let insns = snippetCompiler.getGlobalInsns();
86 let insns = snippetCompiler.getGlobalInsns();
102 let insns = snippetCompiler.getGlobalInsns();
120 let insns = snippetCompiler.getGlobalInsns();
251 let insns = snippetCompiler.getGlobalInsns();
DfunctionDeclaration.test.ts56 let insns = snippetCompiler.getGlobalInsns();
76 let insns = snippetCompiler.getGlobalInsns();
110 let insns = snippetCompiler.getGlobalInsns();
/arkcompiler/ets_frontend/ts2panda/tests/expression/
Dpartiallyemitted.test.ts52 let insns = snippetCompiler.getGlobalInsns();
102 let insns = snippetCompiler.getGlobalInsns();
DthisKeyWord.test.ts41 let insns = snippetCompiler.getGlobalInsns();
Dcommalist.test.ts74 let insns = snippetCompiler.getGlobalInsns();
Ddelete.test.ts94 let insns = snippetCompiler.getGlobalInsns();
/arkcompiler/ets_frontend/ts2panda/tests/utils/
Dbase.ts248 getGlobalInsns(): IRNode[] { method in SnippetCompiler