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-underscore.js224 function initRepl(mode, useGlobal) { argument
240 useGlobal: useGlobal property
Dtest-repl-options.js60 assert.strictEqual(r1.useGlobal, false);
82 useGlobal: true, property
95 assert.strictEqual(r2.useGlobal, true);
128 assert.strictEqual(r4.useGlobal, false);
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.js892 useGlobal: true property
Dtest-repl-tab-complete.js566 useGlobal: false property
/third_party/node/lib/
Drepl.js222 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/
Dtest-repl-require-context.js14 useGlobal: false property
/third_party/node/lib/internal/
Drepl.js24 useGlobal: true, property
/third_party/node/doc/api/
Drepl.md413 `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/
Dinspect_repl.js1149 useGlobal: false, property
/third_party/node/doc/changelogs/
DCHANGELOG_V6.md2568 …/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
DCHANGELOG_V13.md1108 …b.com/nodejs/node/commit/e11acc5a45)] - **repl**: fix autocomplete when useGlobal is false (Michaë…
DCHANGELOG_V7.md1211 …/node/commit/fc2db50021)] - **test,repl**: add coverage for repl .clear+useGlobal (Rich Trott) [#1…
DCHANGELOG_V12.md1084 …b.com/nodejs/node/commit/5ee105c9af)] - **repl**: fix autocomplete when useGlobal is false (Michaë…
DCHANGELOG_V8.md3596 …/github.com/nodejs/node/commit/157ef23fc3)] - **doc**: add notice about useGlobal option in repl d…