Home
last modified time | relevance | path

Searched defs:readFileSync (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DAPISample_linter.ts21 declare var readFileSync: any; variable
DAPISample_watcher.ts24 readFileSync(filename: string, encoding?: string): string; variable
/third_party/typescript/src/harness/
DvfsUtil.ts1208 readFileSync(path: string): Buffer; method