Home
last modified time | relevance | path

Searched refs:useGlobal (Results 1 – 19 of 19) sorted by relevance

/third_party/node/test/parallel/
Dtest-repl-use-global.js17 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));
Dtest-repl-options.js59 assert.strictEqual(r1.useGlobal, false);
73 useGlobal: true, property
86 assert.strictEqual(r2.useGlobal, true);
112 assert.strictEqual(r4.useGlobal, false);
Dtest-repl-underscore.js224 function initRepl(mode, useGlobal) { argument
240 useGlobal: useGlobal property
Dtest-repl-reset-event.js38 useGlobal: false property
61 useGlobal: true property
Dtest-repl-let-process.js8 repl.start({ input, output: process.stdout, useGlobal: true }); property
Dtest-repl-require-cache.js32 repl.start({ useGlobal: false }).close(); property
Dtest-repl-context.js16 useGlobal: false property
Dtest-repl.js964 useGlobal: true property
Dtest-repl-tab-complete.js620 useGlobal: false property
/third_party/node/lib/
Drepl.js261 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/
Dtest-repl-require-context.js14 useGlobal: false, property
/third_party/node/lib/internal/
Drepl.js24 useGlobal: true, property
/third_party/node/doc/api/
Drepl.md421 `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/
Dinspect_repl.js1207 useGlobal: false, property
/third_party/node/doc/changelogs/
DCHANGELOG_V6.md2595 …/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…
DCHANGELOG_V7.md1224 …/node/commit/fc2db50021)] - **test,repl**: add coverage for repl .clear+useGlobal (Rich Trott) [#1…
DCHANGELOG_V13.md1479 …b.com/nodejs/node/commit/e11acc5a45)] - **repl**: fix autocomplete when useGlobal is false (Michaë…
DCHANGELOG_V8.md3628 …/github.com/nodejs/node/commit/157ef23fc3)] - **doc**: add notice about useGlobal option in repl d…
DCHANGELOG_V12.md3494 …b.com/nodejs/node/commit/5ee105c9af)] - **repl**: fix autocomplete when useGlobal is false (Michaë…