Skip to content

Array.prototype[Symbol.iterator] = null stalls the process #3879

@boujeepossum

Description

@boujeepossum
Array.prototype[Symbol.iterator] = null;
String.prototype[Symbol.iterator] = null;

test('test', () => {});

will never finish running until interrupted.

screen shot 2017-06-21 at 8 02 56 pm

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions