Commit e2fec2d
committed
test_runner: use primordials in utils.js
Replace native array method (.push) with primordials (ArrayPrototypePush)
in lib/internal/test_runner/utils.js for consistency and security. This
improves protection against prototype pollution and aligns with the
primordials pattern used throughout the codebase.1 parent 879b95e commit e2fec2d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
431 | 431 | | |
432 | 432 | | |
433 | 433 | | |
434 | | - | |
| 434 | + | |
435 | 435 | | |
436 | 436 | | |
437 | 437 | | |
| |||
0 commit comments