Lines Matching defs:terminal
16 expected: { terminal: true, useColors: true }
20 expected: { terminal: true, useColors: false }
24 expected: { terminal: true, useColors: true }
28 expected: { terminal: false, useColors: false }
32 expected: { terminal: true, useColors: true }
36 expected: { terminal: true, useColors: true }
40 expected: { terminal: false, useColors: false }
44 expected: { terminal: true, useColors: true }
48 expected: { terminal: true, useColors: true, replMode: REPL_MODE_SLOPPY }
52 expected: { terminal: true, useColors: true, replMode: REPL_MODE_STRICT }
61 terminal: true,
72 assert.strictEqual(repl.terminal, expected.terminal,