-
-
Notifications
You must be signed in to change notification settings - Fork 33.9k
Closed
Labels
confirmed-bugIssues with confirmed bugs.Issues with confirmed bugs.
Description
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
Labels
confirmed-bugIssues with confirmed bugs.Issues with confirmed bugs.