Skip to content

lib: simplify own keys retrieval

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

This replacement can save us a function call, two array spreadings, and an array concatenation.

Refs: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Reflect/ownKeys#Description

Merge request reports

Loading