Home
last modified time | relevance | path

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

/third_party/typescript/src/testRunner/
DprojectsRunner.ts125 private compilerResult: BatchCompileProjectTestCaseResult; property in project.ProjectTestCase
159 this.compilerResult = {
208 resolutionInfo.resolvedInputFiles = this.compilerResult.program!.getSourceFiles()
214 resolutionInfo.emittedFiles = this.compilerResult.outputFiles!
219 …Harness.Baseline.runBaseline(this.getBaselineFolder(this.compilerResult.moduleKind) + this.testCas…
223 if (this.compilerResult.errors.length) {
224 ….getBaselineFolder(this.compilerResult.moduleKind) + this.testCaseJustName + ".errors.txt", getErr…
232 for (const output of this.compilerResult.outputFiles!) {
250 …Harness.Baseline.runBaseline(this.getBaselineFolder(this.compilerResult.moduleKind) + diskRelative…
274 if (!this.compilerResult.errors.length && this.testCase.declaration) {
[all …]
DrwcRunner.ts24 let compilerResult: compiler.CompilationResult;
40 compilerResult = undefined!;
124 compilerResult = Harness.Compiler.compileFiles(
132 compilerOptions = compilerResult.options;
151 return Harness.Compiler.iterateOutputs(compilerResult.js.values());
157 if (!compilerResult.dts.size) {
161 return Harness.Compiler.iterateOutputs(compilerResult.dts.values());
167 if (!compilerResult.maps.size) {
171 return Harness.Compiler.iterateOutputs(compilerResult.maps.values());
177 if (compilerResult.diagnostics.length === 0) {
[all …]
Dtest262Runner.ts31 compilerResult: compiler.CompilationResult;
49 compilerResult: undefined!, // TODO: GH#18217
52 testState.compilerResult = Compiler.compileFiles(
65 …const files = Array.from(testState.compilerResult.js.values()).filter(f => f.file !== Test262Basel…
70 const errors = testState.compilerResult.diagnostics;
77 …const sourceFile = testState.compilerResult.program!.getSourceFile(Test262BaselineRunner.getTestFi…
82 …const sourceFile = testState.compilerResult.program!.getSourceFile(Test262BaselineRunner.getTestFi…
/third_party/flutter/engine/flutter/web_sdk/
Dflutter_kernel_sdk.dart70 var compilerResult = await kernelForModule(inputs, options);
71 var component = compilerResult.component;
79 compilerResult.classHierarchy,
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/RealWorld/
Dparserharness.ts817 compileString(testCode, 'test.ts', function (compilerResult) {
818 errors = compilerResult.errors;
973 compileString(code, 'test.ts', function (compilerResult) {
974 errors = compilerResult.errors;
/third_party/typescript/tests/baselines/reference/
Dparserharness.js817 compileString(testCode, 'test.ts', function (compilerResult) { argument
818 errors = compilerResult.errors;
973 compileString(code, 'test.ts', function (compilerResult) { argument
974 errors = compilerResult.errors;
2785 compileString(testCode, 'test.ts', function (compilerResult) { argument
2786 errors = compilerResult.errors;
2910 compileString(code, 'test.ts', function (compilerResult) { argument
2911 errors = compilerResult.errors;
Dparserharness.types3099 compileString(testCode, 'test.ts', function (compilerResult) {
3100 >compileString(testCode, 'test.ts', function (compilerResult) { errors = compile…
3104 >function (compilerResult) { errors = compilerResult.errors; } : …
3105 >compilerResult : CompilerResult
3107 errors = compilerResult.errors;
3108 >errors = compilerResult.errors : CompilerError[]
3110 >compilerResult.errors : CompilerError[]
3111 >compilerResult : CompilerResult
3717 compileString(code, 'test.ts', function (compilerResult) {
3718 >compileString(code, 'test.ts', function (compilerResult) { errors = compilerRes…
[all …]
Dparserharness.symbols2398 compileString(testCode, 'test.ts', function (compilerResult) {
2401 >compilerResult : Symbol(compilerResult, Decl(parserharness.ts, 815, 61))
2403 errors = compilerResult.errors;
2405 >compilerResult.errors : Symbol(CompilerResult.errors, Decl(parserharness.ts, 1171, 32))
2406 >compilerResult : Symbol(compilerResult, Decl(parserharness.ts, 815, 61))
2829 compileString(code, 'test.ts', function (compilerResult) {
2832 >compilerResult : Symbol(compilerResult, Decl(parserharness.ts, 971, 57))
2834 errors = compilerResult.errors;
2836 >compilerResult.errors : Symbol(CompilerResult.errors, Decl(parserharness.ts, 1171, 32))
2837 >compilerResult : Symbol(compilerResult, Decl(parserharness.ts, 971, 57))
Dparserharness.errors.txt983 compileString(testCode, 'test.ts', function (compilerResult) {
984 errors = compilerResult.errors;
1139 compileString(code, 'test.ts', function (compilerResult) {
1140 errors = compilerResult.errors;