Searched defs:sourcefile (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_frontend/arkguard/test/ut/transformer/ |
| D | VirtualConstructorTransfomer.spec.ts | 86 let sourcefile = ts.createSourceFile("a.ts", sourceCode, ts.ScriptTarget.ES2022, false); variable 94 let sourcefile = ts.createSourceFile("a.d.ets", sourceCode, ts.ScriptTarget.ES2022, false); variable 102 let sourcefile = ts.createSourceFile("a.d.ets", sourceCode, ts.ScriptTarget.ES2022, false); variable
|
| D | RenamePropertiesTransformer.spec.ts | 59 let sourcefile = factory.createIndexedAccessTypeNode( variable 84 let sourcefile = factory.createIndexedAccessTypeNode( variable 109 let sourcefile = factory.createIndexedAccessTypeNode( variable 134 let sourcefile = factory.createIndexedAccessTypeNode( variable 163 let sourcefile = factory.createIndexedAccessTypeNode( variable 192 let sourcefile = factory.createIndexedAccessTypeNode( variable
|
| D | RenameFileNameTransformer.spec.ts | 145 … const sourcefile = factory.createSourceFile([],factory.createToken(SyntaxKind.EndOfFileToken),0); constant 157 …const sourcefile = factory.createSourceFile([], factory.createToken(SyntaxKind.EndOfFileToken), 0); constant 188 let sourcefile = ts.createSourceFile("getNode.ts", sourceCode, ts.ScriptTarget.ES2022,false); variable 199 let sourcefile = ts.createSourceFile("getNode.ts", sourceCode, ts.ScriptTarget.ES2022,false); variable
|
| /arkcompiler/ets_frontend/es2panda/ |
| D | es2panda.cpp | 141 std::string sourcefile(input.sourcefile); in Compile() local
|