/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-underscore.js | 224 function initRepl(mode, useGlobal) { argument 240 useGlobal: useGlobal property
|
D | test-repl-options.js | 60 assert.strictEqual(r1.useGlobal, false); 82 useGlobal: true, property 95 assert.strictEqual(r2.useGlobal, true); 128 assert.strictEqual(r4.useGlobal, false);
|
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 | 892 useGlobal: true property
|
D | test-repl-tab-complete.js | 566 useGlobal: false property
|
/third_party/node/lib/ |
D | repl.js | 222 useGlobal, argument 229 useGlobal, 240 useGlobal = options.useGlobal; 314 this.useGlobal = !!useGlobal; 565 if (self.useGlobal) { 1049 function start(prompt, source, eval_, useGlobal, ignoreUndefined, replMode) { argument 1051 prompt, source, eval_, useGlobal, ignoreUndefined, replMode); 1078 if (this.useGlobal) { 1483 if (!this.useGlobal) { 1720 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 | 413 `useGlobal` option set to `true`. The listener callback will be called with a 608 * `useGlobal` {boolean} If `true`, specifies that the default evaluation
|
/third_party/node/lib/internal/debugger/ |
D | inspect_repl.js | 1149 useGlobal: false, property
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V6.md | 2568 …/node/commit/73283060ad)] - **test,repl**: add coverage for repl .clear+useGlobal (Rich Trott) [#1… 4005 * [[`6e6cf36761`](https://github.com/nodejs/node/commit/6e6cf36761)] - **repl**: default useGlobal … 4260 * [[`7a7b8f7e67`](https://github.com/nodejs/node/commit/7a7b8f7e67)] - **repl**: Default `useGlobal…
|
D | CHANGELOG_V13.md | 1108 …b.com/nodejs/node/commit/e11acc5a45)] - **repl**: fix autocomplete when useGlobal is false (Michaë…
|
D | CHANGELOG_V7.md | 1211 …/node/commit/fc2db50021)] - **test,repl**: add coverage for repl .clear+useGlobal (Rich Trott) [#1…
|
D | CHANGELOG_V12.md | 1084 …b.com/nodejs/node/commit/5ee105c9af)] - **repl**: fix autocomplete when useGlobal is false (Michaë…
|
D | CHANGELOG_V8.md | 3596 …/github.com/nodejs/node/commit/157ef23fc3)] - **doc**: add notice about useGlobal option in repl d…
|