node-to-fast-properties

Force V8 to use fast properties for an object
  https://github.com/sindresorhus/to-fast-properties
  0
  no reviews



With to-fast-properties, force V8 to use fast properties for an object.

Use %HasFastProperties(object) and --allow-natives-syntaxto check whether an object already has fast properties.