Home
last modified time | relevance | path

Searched defs:sourceFile (Results 1 – 15 of 15) sorted by relevance

/ide/tools/previewer/automock/mock-generate/src/test/
DcommonUtils.test.ts66 const sourceFile = createSourceFile(filePath, code.toString(), ScriptTarget.Latest); constant
77 const sourceFile = createSourceFile(filePath, code.toString(), ScriptTarget.Latest); constant
88 const sourceFile = createSourceFile(filePath, code.toString(), ScriptTarget.Latest); constant
DgenerateCommonUtil.test.ts48 const sourceFile = createSourceFile(filePath, code.toString(), ScriptTarget.Latest); constant
72 const sourceFile = createSourceFile(filePath, code.toString(), ScriptTarget.Latest); constant
115 const sourceFile = createSourceFile(filePath, code.toString(), ScriptTarget.Latest); constant
222 const sourceFile = createSourceFile(filePath, code.toString(), ScriptTarget.Latest); constant
237 const sourceFile = createSourceFile(filePath, code.toString(), ScriptTarget.Latest); constant
DgenerateCommonMethod.test.ts26 const sourceFile = createSourceFile(filePath, code.toString(), ScriptTarget.Latest); constant
DgenerateCommonMethodSignature.test.ts26 const sourceFile = createSourceFile(filePath, code.toString(), ScriptTarget.Latest); constant
DgenerateClassDeclaration.test.ts27 const sourceFile = createSourceFile(filePath, code.toString(), ScriptTarget.Latest); constant
DgenerateStaticFunction.test.ts26 const sourceFile = createSourceFile(filePath, code.toString(), ScriptTarget.Latest); constant
DgenerateTypeAlias.test.ts26 const sourceFile = createSourceFile(filePath, code.toString(), ScriptTarget.Latest); constant
DgenerateCommonFunction.test.ts27 const sourceFile = createSourceFile(filePath, code.toString(), ScriptTarget.Latest); constant
DgenerateModuleDeclaration.test.ts24 const sourceFile = createSourceFile(filePath, code.toString(), ScriptTarget.Latest); constant
DgenerateInterfaceDeclaration.test.ts26 const sourceFile = createSourceFile(filePath, code.toString(), ScriptTarget.Latest); constant
DgeneratePropertySignatureDeclaration.test.ts24 const sourceFile = createSourceFile(filePath, code.toString(), ScriptTarget.Latest); constant
DgenerateMockJsFile.test.ts51 const sourceFile = createSourceFile(currentFilePath, code.toString(), ScriptTarget.Latest); constant
DgeneratePropertyDeclaration.test.ts24 const sourceFile = createSourceFile(filePath, code.toString(), ScriptTarget.Latest); constant
/ide/tools/previewer/automock/mock-generate/src/
Dmain.ts205 …const sourceFile = createSourceFile(file, code.toString().replace(/ struct /g, ' class '), ScriptT… constant
/ide/tools/previewer/test/unittest/jsapp_lite/
DJsAppImplTest.cpp34 static void CopyFileToDirectory(const std::filesystem::path& sourceFile, in CopyFileToDirectory()