/third_party/typescript/tests/baselines/reference/ |
D | detachedCommentAtStartOfConstructor1.symbols | 2 class TestFile { 3 >TestFile : Symbol(TestFile, Decl(detachedCommentAtStartOfConstructor1.ts, 0, 0)) 6 >message : Symbol(TestFile.message, Decl(detachedCommentAtStartOfConstructor1.ts, 0, 16)) 9 >name : Symbol(TestFile.name, Decl(detachedCommentAtStartOfConstructor1.ts, 1, 27)) 19 >this.name : Symbol(TestFile.name, Decl(detachedCommentAtStartOfConstructor1.ts, 1, 27)) 20 >this : Symbol(TestFile, Decl(detachedCommentAtStartOfConstructor1.ts, 0, 0)) 21 >name : Symbol(TestFile.name, Decl(detachedCommentAtStartOfConstructor1.ts, 1, 27)) 24 >this.message : Symbol(TestFile.message, Decl(detachedCommentAtStartOfConstructor1.ts, 0, 16)) 25 >this : Symbol(TestFile, Decl(detachedCommentAtStartOfConstructor1.ts, 0, 0)) 26 >message : Symbol(TestFile.message, Decl(detachedCommentAtStartOfConstructor1.ts, 0, 16))
|
D | detachedCommentAtStartOfConstructor2.symbols | 2 class TestFile { 3 >TestFile : Symbol(TestFile, Decl(detachedCommentAtStartOfConstructor2.ts, 0, 0)) 6 >message : Symbol(TestFile.message, Decl(detachedCommentAtStartOfConstructor2.ts, 0, 16)) 9 >name : Symbol(TestFile.name, Decl(detachedCommentAtStartOfConstructor2.ts, 1, 27)) 20 >this.name : Symbol(TestFile.name, Decl(detachedCommentAtStartOfConstructor2.ts, 1, 27)) 21 >this : Symbol(TestFile, Decl(detachedCommentAtStartOfConstructor2.ts, 0, 0)) 22 >name : Symbol(TestFile.name, Decl(detachedCommentAtStartOfConstructor2.ts, 1, 27)) 25 >this.message : Symbol(TestFile.message, Decl(detachedCommentAtStartOfConstructor2.ts, 0, 16)) 26 >this : Symbol(TestFile, Decl(detachedCommentAtStartOfConstructor2.ts, 0, 0)) 27 >message : Symbol(TestFile.message, Decl(detachedCommentAtStartOfConstructor2.ts, 0, 16))
|
D | detachedCommentAtStartOfLambdaFunction1.symbols | 2 class TestFile { 3 >TestFile : Symbol(TestFile, Decl(detachedCommentAtStartOfLambdaFunction1.ts, 0, 0)) 6 >name : Symbol(TestFile.name, Decl(detachedCommentAtStartOfLambdaFunction1.ts, 0, 16)) 9 >foo : Symbol(TestFile.foo, Decl(detachedCommentAtStartOfLambdaFunction1.ts, 1, 17)) 20 >this.name : Symbol(TestFile.name, Decl(detachedCommentAtStartOfLambdaFunction1.ts, 0, 16)) 21 >this : Symbol(TestFile, Decl(detachedCommentAtStartOfLambdaFunction1.ts, 0, 0)) 22 >name : Symbol(TestFile.name, Decl(detachedCommentAtStartOfLambdaFunction1.ts, 0, 16))
|
D | detachedCommentAtStartOfLambdaFunction2.symbols | 2 class TestFile { 3 >TestFile : Symbol(TestFile, Decl(detachedCommentAtStartOfLambdaFunction2.ts, 0, 0)) 6 >name : Symbol(TestFile.name, Decl(detachedCommentAtStartOfLambdaFunction2.ts, 0, 16)) 9 >foo : Symbol(TestFile.foo, Decl(detachedCommentAtStartOfLambdaFunction2.ts, 1, 17)) 21 >this.name : Symbol(TestFile.name, Decl(detachedCommentAtStartOfLambdaFunction2.ts, 0, 16)) 22 >this : Symbol(TestFile, Decl(detachedCommentAtStartOfLambdaFunction2.ts, 0, 0)) 23 >name : Symbol(TestFile.name, Decl(detachedCommentAtStartOfLambdaFunction2.ts, 0, 16))
|
D | detachedCommentAtStartOfFunctionBody1.js | 2 class TestFile { class 12 var TestFile = /** @class */ (function () { 13 function TestFile() { class in TestFile 15 TestFile.prototype.foo = function (message) { 22 return TestFile;
|
D | detachedCommentAtStartOfFunctionBody2.js | 2 class TestFile { class 13 var TestFile = /** @class */ (function () { 14 function TestFile() { class in TestFile 16 TestFile.prototype.foo = function (message) { 23 return TestFile;
|
D | detachedCommentAtStartOfLambdaFunction1.js | 2 class TestFile { class 14 var TestFile = /** @class */ (function () { 15 function TestFile() { class in TestFile 17 TestFile.prototype.foo = function (message) { 30 return TestFile;
|
D | detachedCommentAtStartOfLambdaFunction2.js | 2 class TestFile { class 15 var TestFile = /** @class */ (function () { 16 function TestFile() { class in TestFile 18 TestFile.prototype.foo = function (message) { 31 return TestFile;
|
D | detachedCommentAtStartOfFunctionBody2.symbols | 2 class TestFile { 3 >TestFile : Symbol(TestFile, Decl(detachedCommentAtStartOfFunctionBody2.ts, 0, 0)) 6 >foo : Symbol(TestFile.foo, Decl(detachedCommentAtStartOfFunctionBody2.ts, 0, 16)) 15 >this : Symbol(TestFile, Decl(detachedCommentAtStartOfFunctionBody2.ts, 0, 0))
|
D | detachedCommentAtStartOfFunctionBody1.symbols | 2 class TestFile { 3 >TestFile : Symbol(TestFile, Decl(detachedCommentAtStartOfFunctionBody1.ts, 0, 0)) 6 >foo : Symbol(TestFile.foo, Decl(detachedCommentAtStartOfFunctionBody1.ts, 0, 16)) 14 >this : Symbol(TestFile, Decl(detachedCommentAtStartOfFunctionBody1.ts, 0, 0))
|
D | detachedCommentAtStartOfConstructor1.js | 2 class TestFile { class 14 var TestFile = /** @class */ (function () { 15 function TestFile(message) { class in TestFile 22 return TestFile;
|
D | detachedCommentAtStartOfConstructor2.js | 2 class TestFile { class 15 var TestFile = /** @class */ (function () { 16 function TestFile(message) { class in TestFile 23 return TestFile;
|
D | detachedCommentAtStartOfFunctionBody1.types | 2 class TestFile { 3 >TestFile : TestFile
|
D | detachedCommentAtStartOfFunctionBody2.types | 2 class TestFile { 3 >TestFile : TestFile
|
D | detachedCommentAtStartOfFunctionBody2.errors.txt | 1 …ntAtStartOfFunctionBody2.ts(7,37): error TS2339: Property 'name' does not exist on type 'TestFile'. 5 class TestFile { 13 !!! error TS2339: Property 'name' does not exist on type 'TestFile'.
|
D | detachedCommentAtStartOfFunctionBody1.errors.txt | 1 …ntAtStartOfFunctionBody1.ts(6,37): error TS2339: Property 'name' does not exist on type 'TestFile'. 5 class TestFile { 12 !!! error TS2339: Property 'name' does not exist on type 'TestFile'.
|
D | detachedCommentAtStartOfConstructor2.types | 2 class TestFile { 3 >TestFile : TestFile
|
D | detachedCommentAtStartOfConstructor1.types | 2 class TestFile { 3 >TestFile : TestFile
|
D | detachedCommentAtStartOfLambdaFunction2.types | 2 class TestFile { 3 >TestFile : TestFile
|
D | detachedCommentAtStartOfLambdaFunction1.types | 2 class TestFile { 3 >TestFile : TestFile
|
/third_party/typescript/src/testRunner/ |
D | test262Runner.ts | 6 private static readonly helperFile: Compiler.TestFile = { 32 inputFiles: Compiler.TestFile[]; 40 … const inputFiles: Compiler.TestFile[] = testCaseContent.testUnitData.map(unit => {
|
D | rwcRunner.ts | 21 let inputFiles: Harness.Compiler.TestFile[] = []; 22 let otherFiles: Harness.Compiler.TestFile[] = []; 23 let tsconfigFiles: Harness.Compiler.TestFile[] = []; 134 function getHarnessCompilerInputUnit(fileName: string): Harness.Compiler.TestFile {
|
D | compilerRunner.ts | 161 private tsConfigFiles: Compiler.TestFile[]; 163 private toBeCompiled: Compiler.TestFile[]; 165 private otherFiles: Compiler.TestFile[]; 343 …ile(lastUnit: TestCaseParser.TestUnitData, rootDir: string, unitName?: string): Compiler.TestFile {
|
/third_party/typescript/src/harness/ |
D | harnessIO.ts | 389 export interface TestFile { interface 396 inputFiles: TestFile[], 397 otherFiles: TestFile[], 450 declInputFiles: TestFile[]; 451 declOtherFiles: TestFile[]; 457 export function prepareDeclarationCompilationContext(inputFiles: readonly TestFile[], 458 otherFiles: readonly TestFile[], 476 const declInputFiles: TestFile[] = []; 477 const declOtherFiles: TestFile[] = []; 486 function addDtsFile(file: TestFile, dtsFiles: TestFile[]) { [all …]
|
/third_party/unity/src/ |
D | unity.c | 535 UnityTestResultsBegin(Unity.TestFile, line); in UnityTestResultsFailBegin() 549 UnityTestResultsBegin(Unity.TestFile, Unity.CurrentTestLineNumber); in UnityConcludeTest() 1738 UnityTestResultsBegin(Unity.TestFile, line); in UnityPrintF() 1762 UnityTestResultsBegin(Unity.TestFile, line); in UnityFail() 1799 UnityTestResultsBegin(Unity.TestFile, line); in UnityIgnore() 1813 UnityTestResultsBegin(Unity.TestFile, line); in UnityMessage() 1851 Unity.TestFile = filename; in UnitySetTestFile() 1857 Unity.TestFile = filename; in UnityBegin() 2055 retval = IsStringInBiggerString(Unity.TestFile, ptr1); in UnityStringArgumentMatches()
|