Searched +refs:go +refs:readFile (Results 1 – 16 of 16) sorted by relevance
/third_party/node/deps/npm/node_modules/node-gyp/lib/ |
D | install.js | 68 return await go() 81 const ver = await fs.promises.readFile(installVersionFile, 'ascii') 93 return await go() 109 return await go() 121 return await go() 161 async function go () { function 445 const ca = await fs.promises.readFile(filename, 'utf8')
|
/third_party/typescript/tests/baselines/reference/ |
D | parserharness.errors.txt | 165 var typescriptServiceFile = IO.readFile(typescriptServiceFileName); 342 export function readFile(path: string) { 348 var content = IO.readFile(Harness.userSpecifiedroot + path); 906 export var libText = IO ? IO.readFile(libFolder + "lib.d.ts") : ''; 1540 var code = readFile(path); 1779 … // New metadata statement after having collected some code to go with the previous metadata 1914 var code: string = readFile(name); 2033 var sourceText = new TypeScript.StringSourceText(IO.readFile(fileName)) 2078 var script = readFile(sourceFileName); 2080 var baseline = readFile(baselineFileName); [all …]
|
D | parserharness.types | 107 var typescriptServiceFile = IO.readFile(typescriptServiceFileName); 109 >IO.readFile(typescriptServiceFileName) : any 110 >IO.readFile : any 112 >readFile : any 802 export function readFile(path: string) { 803 >readFile : (path: string) => any 823 var content = IO.readFile(Harness.userSpecifiedroot + path); 825 >IO.readFile(Harness.userSpecifiedroot + path) : any 826 >IO.readFile : any 828 >readFile : any [all …]
|
D | parserharness.symbols | 88 var typescriptServiceFile = IO.readFile(typescriptServiceFileName); 572 export function readFile(path: string) { 573 >readFile : Symbol(readFile, Decl(parserharness.ts, 207, 5)) 586 var content = IO.readFile(Harness.userSpecifiedroot + path); 2245 export var libText = IO ? IO.readFile(libFolder + "lib.d.ts") : ''; 3814 var code = readFile(path); 3816 >readFile : Symbol(readFile, Decl(parserharness.ts, 207, 5)) 4430 … // New metadata statement after having collected some code to go with the previous metadata 4856 var code: string = readFile(name); 4858 >readFile : Symbol(readFile, Decl(parserharness.ts, 207, 5)) [all …]
|
/third_party/node/doc/contributing/ |
D | writing-tests.md | 148 explanation go [here](https://github.com/nodejs/testing/issues/27). 263 fs.readFile('test-file').then(
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_ARCHIVE.md | 219 * fs: close file if fstat() fails in readFile() (cjihrig) 220 * fs: fs.readFile should not throw uncaughtException (Jackson Tian) 1805 * fs.readFile: don't make the callback before the fd is closed (Bert Belder) 2263 * dns callbacks go through MakeCallback now 3511 * fs.readFile returns Buffer by default (Tim Caswell) 3716 * Bugfix: fs.readFile handling encoding (Jacek Becela) 3766 * fs.cat ---------------------------> fs.readFile
|
D | CHANGELOG_IOJS.md | 509 * \[[`bc733f7065`](https://github.com/nodejs/node/commit/bc733f7065)] - **test**: fix fs.readFile('… 1435 an effort to go from most to least likely to succeed, to make for less 1683 …ing correctly you should never see it, but if you want more context, just [go read the commit mess… 2296 …s/node/commit/e65308053c871352be948b9001737df01aad1965)] - fs: improve `readFile` performance (Vla… 2761 … computers. As a whole the changes are referred to as "streams3", but the changes should largely go
|
D | CHANGELOG_V9.md | 1373 …/nodejs/node/commit/bc7dc65229)] - **test**: add test description to fs.readFile tests (Jamie Davi… 1533 * \[[`04c4c1f260`](https://github.com/nodejs/node/commit/04c4c1f260)] - **doc**: fs.readFile is asy… 1768 …ejs/node/commit/b6929e2aa9)] - **test,doc**: document where common modules go (Gibson Fahnestock) …
|
D | CHANGELOG_V8.md | 101 Node.js 8 is due to go End-of-Life on 31st December 2019. 1539 …/nodejs/node/commit/aada57b893)] - **test**: add test description to fs.readFile tests (Jamie Davi… 1652 * \[[`ec1a35c6b6`](https://github.com/nodejs/node/commit/ec1a35c6b6)] - **doc**: fs.readFile is asy… 1832 …ejs/node/commit/7e571ae204)] - **test,doc**: document where common modules go (Gibson Fahnestock) … 2282 …/node/commit/62f802aee0)] - **fs**: account for buffer alloc failure in readFile (Anna Henningsen)…
|
D | CHANGELOG_V18.md | 2241 …://github.com/nodejs/node/commit/ce3cb29319)] - **doc**: add fsPromises.readFile() example (Tierne… 2261 …hub.com/nodejs/node/commit/67fb76519a)] - **fs**: improve promise based readFile performance for b… 2357 * \[[`a733f7faac`](https://github.com/nodejs/node/commit/a733f7faac)] - _**Revert**_ "**build**: go…
|
D | CHANGELOG_V12.md | 1747 `<UP>` or `<DOWN>` to go through the history entries that start with those 5942 …* make writeFile consistent with readFile wrt fd (Sakthipriyan Vairamani (thefourtheye)) [#23709](… 6086 …f4b924f4a)] - **(SEMVER-MAJOR)** **fs**: make writeFile consistent with readFile wrt fd (Sakthipri… 6306 * \[[`eb2d4161f5`](https://github.com/nodejs/node/commit/eb2d4161f5)] - **fs**: improve readFile pe…
|
D | CHANGELOG_V6.md | 91 Node 6 is due to go End-of-Life on 2019-04-30. 732 …/nodejs/node/commit/b3b245665e)] - **test**: add test description to fs.readFile tests (Jamie Davi… 3988 …om/nodejs/node/commit/dedfcb7858)] - **doc**: clarify fd closing by `fs.readFile` etc. (kibertoad)…
|
/third_party/node/deps/corepack/dist/lib/ |
D | corepack.cjs | 9701 var fs$readFile = fs7.readFile; 9702 fs7.readFile = readFile; 9703 function readFile(path8, options, cb) { 9706 return go$readFile(path8, options, cb); 9707 function go$readFile(path9, options2, cb2, startTime) { 9708 return fs$readFile(path9, options2, function(err) { 9710 … enqueue([go$readFile, [path9, options2, cb2], err, startTime || Date.now(), Date.now()]); 9723 return go$writeFile(path8, data, options, cb); 9724 function go$writeFile(path9, data2, options2, cb2, startTime) { 9727 … enqueue([go$writeFile, [path9, data2, options2, cb2], err, startTime || Date.now(), Date.now()]); [all …]
|
/third_party/node/tools/lint-md/ |
D | lint-md.mjs | 6680 go(chunk.charCodeAt(point._bufferIndex)); 6683 go(chunk); 6687 function go(code) { function 12548 …[/(x|ch|ss|sh|zz|tto|go|cho|alias|[^aou]us|t[lm]as|gas|(?:her|at|gr)o|[aeiou]ris)(?:es)?$/i, '$1'], 21370 fs$1.readFile(fp, options, done);
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 825 // Navigate from A to B and go back. 6049 - }, "Focus can't go into frames or iframes in inert subtree"); 6051 + }, "Focus can go into frames or iframes in inert subtree"); 6821 To view the documentation online, go to 21586 - read tried to go past the end of the input, but came up short. Therefore, 21593 + only if the read tried to go past the end of the input, but came up short. 24466 - /* we haven't found the correct `eexec'; go back and continue */ 24790 +- Apply presentation forms features and discretionary features in one go in 34153 + /* Populate count variables and sort them out as we go */ 46878 zQet@go$N|!kux)Web=rPc%&)58tcbs&;I>xw7YEUk{=A|j|~W>pK&a3SSaKO7T_t* [all …]
|
D | 0003-ohos-1115.patch | 2105 + // same timeout when subsequent work phases all go idle on the same pending 4856 +# that is Android-only. Please see that target for advice on what should go in 21290 + // This function (implicitly) uses active_menu_client_, so we don't go to the 38662 // Consider downloads 'dangerous' if they go to the home directory on Linux and 55896 + // to go back to the certificate before |last_cert| in the chain and attempt 55932 + // TODO(estark): As above, it would be more robust to go back one 100035 +** Generate a human-readable diagram of the data structure that go 100091 +** Generate a human-readable diagram of the data structure that go 100161 +** Generate a human-readable diagram of the data structure that go 102204 + ** without needing to go back to root. [all …]
|