Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/test/ut/transformer/
DRenamePropertiesTransformer.spec.ts56 let sourcefile = factory.createIndexedAccessTypeNode( variable
81 let sourcefile = factory.createIndexedAccessTypeNode( variable
106 let sourcefile = factory.createIndexedAccessTypeNode( variable
131 let sourcefile = factory.createIndexedAccessTypeNode( variable
160 let sourcefile = factory.createIndexedAccessTypeNode( variable
189 let sourcefile = factory.createIndexedAccessTypeNode( variable
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
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