Skip to content

internal check macros don't work #19503

@targos

Description

@targos

This code:

CHECK_NE(addressType, undefined);

Is transformed to:

CHECK((addressType) !== (undefined));

This results in a runtime ReferenceError: CHECK is not defined. Macros should be expanded recursively.

/cc @devsnek

Metadata

Metadata

Assignees

No one assigned

    Labels

    confirmed-bugIssues with confirmed bugs.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions