/third_party/node/test/parallel/ |
D | test-repl-use-global.js | 17 const globalTest = (useGlobal, cb, output) => (err, repl) => { argument 45 const processTest = (useGlobal, cb, output) => (err, repl) => { argument 65 function runRepl(useGlobal, testFunc, cb) { argument 71 useGlobal: useGlobal, property 80 testFunc(useGlobal, cb, opts.output));
|
D | test-repl-options.js | 59 assert.strictEqual(r1.useGlobal, false); 73 useGlobal: true, property 86 assert.strictEqual(r2.useGlobal, true); 112 assert.strictEqual(r4.useGlobal, false);
|
D | test-repl-underscore.js | 224 function initRepl(mode, useGlobal) { argument 240 useGlobal: useGlobal property
|
D | test-repl-reset-event.js | 38 useGlobal: false property 61 useGlobal: true property
|
D | test-repl-let-process.js | 8 repl.start({ input, output: process.stdout, useGlobal: true }); property
|
D | test-repl-require-cache.js | 32 repl.start({ useGlobal: false }).close(); property
|
D | test-repl-context.js | 16 useGlobal: false property
|
D | test-repl.js | 964 useGlobal: true property
|
D | test-repl-tab-complete.js | 620 useGlobal: false property
|
/third_party/node/lib/ |
D | repl.js | 261 useGlobal, argument 268 useGlobal, 279 useGlobal = options.useGlobal; 351 this.useGlobal = !!useGlobal; 598 if (self.useGlobal) { 1070 function start(prompt, source, eval_, useGlobal, ignoreUndefined, replMode) { argument 1072 prompt, source, eval_, useGlobal, ignoreUndefined, replMode); 1099 if (this.useGlobal) { 1509 if (!this.useGlobal) { 1749 if (repl.useGlobal) { [all …]
|
/third_party/node/test/known_issues/ |
D | test-repl-require-context.js | 14 useGlobal: false, property
|
/third_party/node/lib/internal/ |
D | repl.js | 24 useGlobal: true, property
|
/third_party/node/doc/api/ |
D | repl.md | 421 `useGlobal` option set to `true`. The listener callback will be called with a 625 * `useGlobal` {boolean} If `true`, specifies that the default evaluation
|
/third_party/node/lib/internal/debugger/ |
D | inspect_repl.js | 1207 useGlobal: false, property
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V6.md | 2595 …/node/commit/73283060ad)] - **test,repl**: add coverage for repl .clear+useGlobal (Rich Trott) [#1… 4045 * \[[`6e6cf36761`](https://github.com/nodejs/node/commit/6e6cf36761)] - **repl**: default useGlobal… 4302 …https://github.com/nodejs/node/commit/7a7b8f7e67)] - **repl**: Default `useGlobal` to false in CLI…
|
D | CHANGELOG_V7.md | 1224 …/node/commit/fc2db50021)] - **test,repl**: add coverage for repl .clear+useGlobal (Rich Trott) [#1…
|
D | CHANGELOG_V13.md | 1479 …b.com/nodejs/node/commit/e11acc5a45)] - **repl**: fix autocomplete when useGlobal is false (Michaë…
|
D | CHANGELOG_V8.md | 3628 …/github.com/nodejs/node/commit/157ef23fc3)] - **doc**: add notice about useGlobal option in repl d…
|
D | CHANGELOG_V12.md | 3494 …b.com/nodejs/node/commit/5ee105c9af)] - **repl**: fix autocomplete when useGlobal is false (Michaë…
|