Home
last modified time | relevance | path

Searched +refs:go +refs:readFile (Results 1 – 16 of 16) sorted by relevance

/third_party/node/deps/npm/node_modules/node-gyp/lib/
Dinstall.js68 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/
Dparserharness.errors.txt165 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 …]
Dparserharness.types107 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 …]
Dparserharness.symbols88 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/
Dwriting-tests.md148 explanation go [here](https://github.com/nodejs/testing/issues/27).
263 fs.readFile('test-file').then(
/third_party/node/doc/changelogs/
DCHANGELOG_ARCHIVE.md219 * 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
DCHANGELOG_IOJS.md509 * \[[`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
DCHANGELOG_V9.md1373 …/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) …
DCHANGELOG_V8.md101 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)…
DCHANGELOG_V18.md2241 …://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
DCHANGELOG_V12.md1747 `<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…
DCHANGELOG_V6.md91 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/
Dcorepack.cjs9701 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/
Dlint-md.mjs6680 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/
D0001-cve.patch825 // 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 …]
D0003-ohos-1115.patch2105 + // 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 …]