Skip to content

typo: replace var to const

Checklist
  • make -j8 test (UNIX), or vcbuild test nosign (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)

benchmark/arrays/var-int.js

Description of change

variable 'type' here should be const.

Merge request reports

Loading