Skip to content

Add Object.keys, Object.values, and Object.entries #5

@memburg

Description

@memburg

Goal

Add core static Object utility methods.

Why

These APIs are frequently used for object iteration and data transformation.

Scope

Implement support for:

  • Object.keys(obj)
  • Object.values(obj)
  • Object.entries(obj)

Plan

  • Extend global Object with these static methods.
  • Return arrays with stable, predictable key order.
  • Add specs for plain objects and basic validation behavior.
  • Update reference docs.

Out of Scope

  • Full descriptor/prototype semantics in first pass.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions