Home
last modified time | relevance | path

Searched defs:sourcefile (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/arkguard/test/ut/transformer/
DVirtualConstructorTransfomer.spec.ts86 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
DRenamePropertiesTransformer.spec.ts59 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
DRenameFileNameTransformer.spec.ts145 … 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/
Des2panda.cpp141 std::string sourcefile(input.sourcefile); in Compile() local