Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/tests/expression/
DpropertyAccess.test.ts83 let compilerunit = compileAllSnippet(` variable
128 let compilerunit = compileAllSnippet(` variable
165 let compilerunit = compileAllSnippet(`let obj = { variable
/arkcompiler/ets_frontend/ts2panda/tests/statements/
DfunctionDeclaration.test.ts121 let compilerunit = compileAllSnippet("function test(a, b = 1) {}"); variable