Searched defs:limChar (Results 1 – 5 of 5) sorted by relevance
| /third_party/typescript/tests/baselines/reference/ |
| D | parserRealSource10.js | 797 function SavedToken(tok, minChar, limChar) { argument
|
| D | parserRealSource14.js | 468 var limChar = comments[i].limChar; variable
|
| D | parserharness.js | 1474 limChar: 0, property 3346 limChar: 0, property 3433 ScriptInfo.prototype.editContent = function (minChar, limChar, newText) { argument 3498 TypeScriptLS.prototype.editScript = function (name, minChar, limChar, newText) { argument
|
| /third_party/typescript/tests/cases/conformance/parser/ecmascript5/ |
| D | parserRealSource10.ts | 329 constructor (public tok: Token, public minChar: number, public limChar: number) { } property in SavedToken
|
| D | parserRealSource11.ts | 9 public limChar: number = -1; // -1 = "undefined" or "compiler generated" property in ASTSpan
|