Searched refs:TestUnitData (Results 1 – 7 of 7) sorted by relevance
/third_party/typescript/src/testRunner/ |
D | compilerRunner.ts | 156 private lastUnit: TestCaseParser.TestUnitData; 343 …private createHarnessTestFile(lastUnit: TestCaseParser.TestUnitData, rootDir: string, unitName?: s…
|
/third_party/typescript/tests/baselines/reference/ |
D | parserharness.types | 5434 …export function compileUnits(units: TestCaseParser.TestUnitData[], callback: (res: Compiler.Compil… 5435 >compileUnits : (units: TestCaseParser.TestUnitData[], callback: (res: Compiler.CompilerResult) => … 5436 >units : TestCaseParser.TestUnitData[] 5444 >lastUnit : TestCaseParser.TestUnitData 5445 >units[units.length - 1] : TestCaseParser.TestUnitData 5446 >units : TestCaseParser.TestUnitData[] 5449 >units : TestCaseParser.TestUnitData[] 5461 >lastUnit : TestCaseParser.TestUnitData 5468 >dependencies : TestCaseParser.TestUnitData[] 5469 >units.slice(0, units.length - 1) : TestCaseParser.TestUnitData[] [all …]
|
D | parserharness.symbols | 3924 …export function compileUnits(units: TestCaseParser.TestUnitData[], callback: (res: Compiler.Compil… 3928 >TestUnitData : Symbol(TestCaseParser.TestUnitData, Decl(parserharness.ts, 1418, 9)) 3946 >lastUnit.name : Symbol(TestCaseParser.TestUnitData.name, Decl(parserharness.ts, 1422, 28)) 3948 >name : Symbol(TestCaseParser.TestUnitData.name, Decl(parserharness.ts, 1422, 28)) 3973 >lastUnit.content : Symbol(TestCaseParser.TestUnitData.content, Decl(parserharness.ts, 1421, 39)) 3975 >content : Symbol(TestCaseParser.TestUnitData.content, Decl(parserharness.ts, 1421, 39)) 3980 >lastUnit.references : Symbol(TestCaseParser.TestUnitData.references, Decl(parserharness.ts, 1424, … 3982 >references : Symbol(TestCaseParser.TestUnitData.references, Decl(parserharness.ts, 1424, 37)) 4124 …pilationContextForTest(filename: string, dependencies: TestCaseParser.TestUnitData[]): Compilation… 4129 >TestUnitData : Symbol(TestCaseParser.TestUnitData, Decl(parserharness.ts, 1418, 9)) [all …]
|
D | parserharness.js | 1327 …export function compileUnits(units: TestCaseParser.TestUnitData[], callback: (res: Compiler.Compil… 1383 …pilationContextForTest(filename: string, dependencies: TestCaseParser.TestUnitData[]): Compilation… 1423 export interface TestUnitData { 1449 …t(code: string, filename: string): { settings: CompilerSetting[]; testUnitData: TestUnitData[]; } { 1454 var files: TestUnitData[] = [];
|
D | parserharness.errors.txt | 1591 …export function compileUnits(units: TestCaseParser.TestUnitData[], callback: (res: Compiler.Compil… 1653 …pilationContextForTest(filename: string, dependencies: TestCaseParser.TestUnitData[]): Compilation… 1693 export interface TestUnitData { 1727 …t(code: string, filename: string): { settings: CompilerSetting[]; testUnitData: TestUnitData[]; } { 1732 var files: TestUnitData[] = [];
|
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/RealWorld/ |
D | parserharness.ts | 1327 …export function compileUnits(units: TestCaseParser.TestUnitData[], callback: (res: Compiler.Compil… 1383 …pilationContextForTest(filename: string, dependencies: TestCaseParser.TestUnitData[]): Compilation… 1423 export interface TestUnitData { 1449 …t(code: string, filename: string): { settings: CompilerSetting[]; testUnitData: TestUnitData[]; } { 1454 var files: TestUnitData[] = [];
|
/third_party/typescript/src/harness/ |
D | harnessIO.ts | 1145 export interface TestUnitData { interface 1180 testUnitData: TestUnitData[]; 1182 tsConfigFileUnitData: TestUnitData | undefined; 1189 const testUnitData: TestUnitData[] = []; 1275 let tsConfigFileUnitData: TestUnitData | undefined;
|