Skip to content

test: replace function with arrow function

Replaced some classic functions with arrow functions in test files inside folder deps/v8/test/mjsunit/

  • deps/v8/test/mjsunit/compare-known-objects-tostringtag.js
  • deps/v8/test/mjsunit/compiler/dont-constant-fold-deopting-checks.js
  • deps/v8/test/mjsunit/es6/classes.js
  • deps/v8/test/mjsunit/es6/typedarray-from.js
  • deps/v8/test/mjsunit/es6/typedarray-neutered.js
  • deps/v8/test/mjsunit/es6/typedarray.js
  • deps/v8/test/mjsunit/harmony/atomics-value-check.js
  • deps/v8/test/mjsunit/harmony/private.js
  • deps/v8/test/mjsunit/harmony/sharedarraybuffer.js
  • deps/v8/test/mjsunit/regress/regress-3926.js
Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Affected core subsystem(s)

test

Merge request reports

Loading