Home
last modified time | relevance | path

Searched refs:emitKeypressEvents (Results 1 – 8 of 8) sorted by relevance

/third_party/node/test/parallel/
Dtest-readline-emit-keypress-events.js23 readline.emitKeypressEvents(stream);
43 readline.emitKeypressEvents(stream);
60 readline.emitKeypressEvents(stream);
/third_party/node/lib/internal/readline/
DemitKeypressEvents.js34 function emitKeypressEvents(stream, iface = {}) { function
99 module.exports = emitKeypressEvents;
Dinterface.js62 let emitKeypressEvents; variable
310 emitKeypressEvents ??= require('internal/readline/emitKeypressEvents');
311 emitKeypressEvents(input, this);
/third_party/node/lib/
Dreadline.js42 const emitKeypressEvents = require('internal/readline/emitKeypressEvents'); constant
522 emitKeypressEvents, property
/third_party/node/doc/api/
Dreadline.md1124 ## `readline.emitKeypressEvents(stream[, interface])`
1133 The `readline.emitKeypressEvents()` method causes the given [Readable][]
1146 readline.emitKeypressEvents(process.stdin);
/third_party/node/doc/changelogs/
DCHANGELOG_V6.md978 …(https://github.com/nodejs/node/commit/ff66d63642)] - **doc**: fix emitKeypressEvents stream type …
1421 …github.com/nodejs/node/commit/594e3c2115)] - **doc**: add readline.emitKeypressEvents note (Samuel…
4687 …s://github.com/nodejs/node/commit/2273971a69)] - **doc**: readline.emitKeypressEvents and raw mode…
5055 …de/commit/3de9bc9429)] - **(SEMVER-MAJOR)** **readline**: document emitKeypressEvents() (cjihrig) …
DCHANGELOG_V8.md2800 …(https://github.com/nodejs/node/commit/a53a0d8b38)] - **doc**: fix emitKeypressEvents stream type …
3976 …github.com/nodejs/node/commit/2c1133d5fe)] - **doc**: add readline.emitKeypressEvents note (Samuel…
DCHANGELOG_V18.md4151 …b.com/nodejs/node/commit/9cc5ce6a24)] - **test**: improve readline/emitKeypressEvents.js coverage …