Home
last modified time | relevance | path

Searched refs:createTestVariableDeclaration (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/testRunner/unittests/services/
DtextChanges.ts179 function createTestVariableDeclaration(name: string) { function
225 const newNode = createTestVariableDeclaration("z1");
236 const newNode = createTestVariableDeclaration("z1");
300 …urceFile, findVariableDeclarationContaining("y", sourceFile), createTestVariableDeclaration("z1"));