Skip to content

Commit f9f4415

Browse files
ExE-Bossaduh95
andauthored
fixup! lib: add bound apply variants of varargs primordials
Co-authored-by: Antoine du Hamel <[email protected]>
1 parent 7d37c9b commit f9f4415

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/internal/process/per_thread.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ const {
88
ArrayPrototypeEvery,
99
ArrayPrototypeMap,
1010
ArrayPrototypePush,
11-
ArrayPrototypePushApply,
1211
ArrayPrototypeSplice,
1312
BigUint64Array,
1413
Float64Array,

lib/repl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1314,7 +1314,7 @@ function complete(line, callback) {
13141314
if (!this.useGlobal) {
13151315
// When the context is not `global`, builtins are not own
13161316
// properties of it.
1317-
// `globalBuiltins` is a `SafeSet`, not an Array-like
1317+
// `globalBuiltins` is a `SafeSet`, not an Array-like.
13181318
ArrayPrototypePush(contextOwnNames, ...globalBuiltins);
13191319
}
13201320
ArrayPrototypePush(completionGroups, contextOwnNames);

0 commit comments

Comments
 (0)