Skip to content

Symbol implementation raises error #1289

@yuri-voloshyn

Description

@yuri-voloshyn

I'm using core-js in react project.

In Safari 5.1 (7534.50) the following code: window[Symbol()] = true; raises this error: RangeError: Maximum call stack size exceeded.

Possible error location in file: es.symbol.constructor.js related to setter if (DESCRIPTORS && USE_SETTER) setSymbolDescriptor(ObjectPrototype, tag, { configurable: true, set: setter });

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions