Lines Matching defs:const
5 const common = require('../common');
6 const stream = require('stream');
7 const repl = require('internal/repl');
8 const assert = require('assert');
11 const globalTestCases = [
17 const globalTest = (useGlobal, cb, output) => (err, repl) => {
31 for (const [option, expected] of globalTestCases) {
44 const processTestCases = [false, undefined];
45 const processTest = (useGlobal, cb, output) => (err, repl) => {
59 for (const option of processTestCases) {
66 const inputStream = new stream.PassThrough();
67 const outputStream = new stream.PassThrough();
68 const opts = {