Lines Matching refs:env
79 env: { NODE_REPL_HISTORY: '' },
84 env: { NODE_REPL_HISTORY: ' ' },
89 env: { NODE_REPL_HISTORY: historyPath },
94 env: {},
106 env: {},
119 env: { NODE_REPL_HISTORY: historyPath,
131 env: { NODE_REPL_HISTORY: historyPathFail,
145 env: { NODE_REPL_HISTORY: emptyHiddenHistoryPath },
154 env: { NODE_REPL_HISTORY: devNullHistoryPath },
165 env: {},
211 const historySize = opts.env.NODE_REPL_HISTORY_SIZE;
212 const historyFile = opts.env.NODE_REPL_HISTORY;