Skip to content

Remove usage of isalpha and isdigit from JSON built-in's implementation #424

@ruben-ayrapetyan

Description

@ruben-ayrapetyan

Hello.

Currently, implementation of JSON built-in uses isalpha and isdigit functions.
Instead, helpers from lit_char should be used.

After the replacement is performed, isalpha and isdigit functions should be removed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugUndesired behaviourecma builtinsRelated to ECMA built-in routines

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions