Skip to content

lib: the REPL should survive deletion of Array.prototype methods

Rodrigo Muino Tomonari requested to merge github/fork/ljharb/robustness into main

Specifically, delete Array.prototype.lastIndexOf immediately crashes the REPL, as does deletion of a few other Array prototype methods.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading