Home
last modified time | relevance | path

Searched defs:limChar (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DparserRealSource10.js797 function SavedToken(tok, minChar, limChar) { argument
DparserRealSource14.js468 var limChar = comments[i].limChar; variable
Dparserharness.js1474 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/
DparserRealSource10.ts329 constructor (public tok: Token, public minChar: number, public limChar: number) { } property in SavedToken
DparserRealSource11.ts9 public limChar: number = -1; // -1 = "undefined" or "compiler generated" property in ASTSpan