Home
last modified time | relevance | path

Searched defs:terminal (Results 1 – 25 of 56) sorted by relevance

123

/third_party/node/test/parallel/
Dtest-readline-interface.js192 const [rli, fi] = getInterface({ terminal: true }); property
203 const [rli, fi] = getInterface({ terminal: true }); property
215 const [rli, fi] = getInterface({ terminal: true, completer }); property
229 const [rli, fi] = getInterface({ terminal: true }); property
241 const [rli, fi] = getInterface({ terminal: true }); property
256 const [rli, fi] = getInterface({ terminal: true }); property
274 terminal: true, property
351 terminal: true, property
380 const [rli, fi] = getInterface({ terminal: true }); property
403 const [rli, fi] = getInterface({ terminal: true, historySize: 2 }); property
[all …]
Dtest-repl-envvars.js14 expected: { terminal: true, useColors: true } property
18 expected: { terminal: true, useColors: false } property
22 expected: { terminal: false, useColors: false } property
26 expected: { terminal: true, useColors: false } property
30 expected: { terminal: false, useColors: false } property
34 expected: { terminal: true, useColors: true } property
43 terminal: true, property
Dtest-readline.js12 terminal: true, property
26 terminal: true, property
38 terminal: true, property
52 terminal: true, property
90 terminal: true, property
126 terminal: true, property
Dtest-repl-preview.js195 tests({ terminal: false }); // No preview property
196 tests({ terminal: true }); // Preview property
197 tests({ terminal: false, preview: false }); // No preview property
198 tests({ terminal: false, preview: true }); // No preview property
199 tests({ terminal: true, preview: true }); // Preview property
Dtest-readline-reopen.js17 terminal: true property
35 terminal: true property
Dtest-readline-tab-complete.js49 terminal: true, property
90 terminal: true, property
122 terminal: true, property
Dtest-repl-end-emits-exit.js37 terminal: true property
56 terminal: false property
Dtest-repl-mode.js48 terminal: true property
84 terminal: false, property
Dtest-repl-no-terminal.js5 const r = repl.start({ terminal: false }); property
Dtest-repl-options.js51 terminal: true property
80 terminal: false, property
Dtest-repl-pretty-stack-custom-writer.js16 terminal: false, property
Dtest-readline-position.js15 terminal: true, property
Dtest-repl-function-definition-edge-case.js33 terminal: false, property
Dtest-repl-uncaught-exception-async.js21 terminal: false, property
Dtest-readline-set-raw-mode.js50 terminal: true property
Dtest-readline-undefined-columns.js17 terminal: true, property
Dtest-repl-definecommand.js19 terminal: true property
Dtest-repl-multiline.js19 terminal: true, property
Dtest-repl-load-multiline.js36 terminal: true, property
Dtest-repl-editor.js29 terminal: true, property
88 terminal: true, property
Dtest-repl-underscore.js237 terminal: false, property
Dtest-repl-strict-mode-previews.js31 terminal: true property
/third_party/node/deps/npm/node_modules/qrcode-terminal/bin/
Dqrcode-terminal.js36 terminal: false property
/third_party/node/test/pseudo-tty/
Drepl-dumb-tty.js25 terminal: true, property
/third_party/node/deps/npm/node_modules/read/lib/
Dread.js40 var rlOpts = { input: input, output: output, terminal: terminal } property

123