Skip to content

util: remove dead code from inspect()

Rodrigo Muino Tomonari requested to merge github/fork/Trott/class-proto into master

It is not possible for a ECMAScript class to have a prototype that isn't either a function or null. Test coverage statistics seem to bear out that the code removed here is unreachable.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading