Home
last modified time | relevance | path

Searched defs:currentByte (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/harness/
DdocumentsUtil.ts173 const currentByte = SourceMap._base64Chars.indexOf(text.charAt(i)); constant
/third_party/typescript/src/compiler/
Dsourcemap.ts487 const currentByte = base64FormatDecode(mappings.charCodeAt(pos)); constant