Searched refs:maxScriptVersions (Results 1 – 5 of 5) sorted by relevance
| /third_party/typescript/tests/baselines/reference/ |
| D | parserharness.js | 1551 …me: string, public content: string, public isResident: boolean, public maxScriptVersions: number) { 1575 if (this.editRanges.length > this.maxScriptVersions) { 1576 this.editRanges.splice(0, this.maxScriptVersions - this.editRanges.length); 1609 public maxScriptVersions = 100; 1621 var script = new ScriptInfo(name, content, isResident, this.maxScriptVersions); 3419 function ScriptInfo(name, content, isResident, maxScriptVersions) { argument 3423 this.maxScriptVersions = maxScriptVersions; 3444 if (this.editRanges.length > this.maxScriptVersions) { 3445 this.editRanges.splice(0, this.maxScriptVersions - this.editRanges.length); 3473 this.maxScriptVersions = 100; [all …]
|
| D | parserharness.symbols | 4567 …me: string, public content: string, public isResident: boolean, public maxScriptVersions: number) { 4571 >maxScriptVersions : Symbol(ScriptInfo.maxScriptVersions, Decl(parserharness.ts, 1549, 92)) 4672 if (this.editRanges.length > this.maxScriptVersions) { 4678 >this.maxScriptVersions : Symbol(ScriptInfo.maxScriptVersions, Decl(parserharness.ts, 1549, 92)) 4680 >maxScriptVersions : Symbol(ScriptInfo.maxScriptVersions, Decl(parserharness.ts, 1549, 92)) 4682 this.editRanges.splice(0, this.maxScriptVersions - this.editRanges.length); 4688 >this.maxScriptVersions : Symbol(ScriptInfo.maxScriptVersions, Decl(parserharness.ts, 1549, 92)) 4690 >maxScriptVersions : Symbol(ScriptInfo.maxScriptVersions, Decl(parserharness.ts, 1549, 92)) 4834 public maxScriptVersions = 100; 4835 >maxScriptVersions : Symbol(TypeScriptLS.maxScriptVersions, Decl(parserharness.ts, 1606, 42)) [all …]
|
| D | parserharness.types | 6246 …me: string, public content: string, public isResident: boolean, public maxScriptVersions: number) { 6250 >maxScriptVersions : number 6373 if (this.editRanges.length > this.maxScriptVersions) { 6374 >this.editRanges.length > this.maxScriptVersions : boolean 6380 >this.maxScriptVersions : number 6382 >maxScriptVersions : number 6384 this.editRanges.splice(0, this.maxScriptVersions - this.editRanges.length); 6385 >this.editRanges.splice(0, this.maxScriptVersions - this.editRanges.length) : { length: number; edi… 6392 >this.maxScriptVersions - this.editRanges.length : number 6393 >this.maxScriptVersions : number [all …]
|
| D | parserharness.errors.txt | 1837 …me: string, public content: string, public isResident: boolean, public maxScriptVersions: number) { 1863 if (this.editRanges.length > this.maxScriptVersions) { 1864 this.editRanges.splice(0, this.maxScriptVersions - this.editRanges.length); 1907 public maxScriptVersions = 100; 1919 var script = new ScriptInfo(name, content, isResident, this.maxScriptVersions);
|
| /third_party/typescript/tests/cases/conformance/parser/ecmascript5/RealWorld/ |
| D | parserharness.ts | 1551 …me: string, public content: string, public isResident: boolean, public maxScriptVersions: number) { 1575 if (this.editRanges.length > this.maxScriptVersions) { 1576 this.editRanges.splice(0, this.maxScriptVersions - this.editRanges.length); 1609 public maxScriptVersions = 100; 1621 var script = new ScriptInfo(name, content, isResident, this.maxScriptVersions);
|