Home
last modified time | relevance | path

Searched refs:_builtinLibs (Results 1 – 5 of 5) sorted by relevance

/third_party/node/lib/
Drepl.js127 let _builtinLibs = ArrayPrototypeFilter( variable
132 _builtinLibs, (lib) => `node:${lib}`);
1370 ArrayPrototypePush(completionGroups, _builtinLibs, nodeSchemeBuiltinLibs);
1437 ArrayPrototypePush(completionGroups, _builtinLibs, nodeSchemeBuiltinLibs);
1827 get: () => _builtinLibs,
1828 set: (val) => _builtinLibs = val,
1836 () => _builtinLibs,
1839 ) : () => _builtinLibs,
1841 (val) => _builtinLibs = val,
1844 ) : (val) => _builtinLibs = val,
/third_party/node/deps/npm/node_modules/is-core-module/test/
Dindex.js45 var libs = require('repl')._builtinLibs; // eslint-disable-line no-underscore-dangle
/third_party/node/test/parallel/
Dtest-repl-options.js32 repl._builtinLibs; // eslint-disable-line no-unused-expressions
/third_party/node/doc/api/
Ddeprecations.md2743 ### DEP0142: `repl._builtinLibs`
2754 The `node:repl` module exports a `_builtinLibs` property that contains an array
/third_party/node/doc/changelogs/
DCHANGELOG_V14.md3670 …de/commit/7aa581f4ff)] - **(SEMVER-MINOR)** **repl**: deprecate repl.\_builtinLibs (Ruben Bridgewa…
3731 …de/commit/7aa581f4ff)] - **(SEMVER-MINOR)** **repl**: deprecate repl.\_builtinLibs (Ruben Bridgewa…