Skip to content

When overwriting native Map, use one internally for O(1) lookups #326

Open
@ljharb

Description

@ljharb

Even when overwriting native Map that doesn't comply with the spec, we should use the native Map internally rather than our O(n) slow path for object keys.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions