We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bound apply
primordials
1 parent 7d37c9b commit f9f4415Copy full SHA for f9f4415
lib/internal/process/per_thread.js
@@ -8,7 +8,6 @@ const {
8
ArrayPrototypeEvery,
9
ArrayPrototypeMap,
10
ArrayPrototypePush,
11
- ArrayPrototypePushApply,
12
ArrayPrototypeSplice,
13
BigUint64Array,
14
Float64Array,
lib/repl.js
@@ -1314,7 +1314,7 @@ function complete(line, callback) {
1314
if (!this.useGlobal) {
1315
// When the context is not `global`, builtins are not own
1316
// properties of it.
1317
- // `globalBuiltins` is a `SafeSet`, not an Array-like
+ // `globalBuiltins` is a `SafeSet`, not an Array-like.
1318
ArrayPrototypePush(contextOwnNames, ...globalBuiltins);
1319
}
1320
ArrayPrototypePush(completionGroups, contextOwnNames);
0 commit comments