Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

src,node-api: fix napi_check_object_type_tag() #43788

Closed
wants to merge 2 commits into from

Commits on Jul 12, 2022

  1. src: fix napi_check_object_type_tag()

    This fixes a comparison failure occurring when the upper value of a
    type tag is 0, or a type tag value is 0.
    
    Signed-off-by: Daeyeon Jeong daeyeon.dev@gmail.com
    daeyeon committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    036ad32 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. fixup: apply the review

    Signed-off-by: Daeyeon Jeong daeyeon.dev@gmail.com
    daeyeon committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    cecfa5f View commit details
    Browse the repository at this point in the history