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

[v14.x backport] util: fix module inspection & instanceof check during inspect #37100

Closed
wants to merge 2 commits into from

Commits on Jan 29, 2021

  1. util: fix module prefixes during inspection

    Backport-PR-URL: nodejs#37100
    
    Signed-off-by: Ruben Bridgewater <[email protected]>
    
    Fixes: nodejs#36151
    
    PR-URL: nodejs#36178
    Fixes: nodejs#35730
    Refs: nodejs#35754
    Reviewed-By: Benjamin Gruenbaum <[email protected]>
    Reviewed-By: Rich Trott <[email protected]>
    Reviewed-By: Guy Bedford <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    BridgeAR authored and Pezmc committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    19cd35c View commit details
    Browse the repository at this point in the history
  2. util: fix instanceof checks with null prototypes during inspection

    Backport-PR-URL: nodejs#37100
    
    Signed-off-by: Ruben Bridgewater <[email protected]>
    
    Fixes: nodejs#35730
    
    PR-URL: nodejs#36178
    Fixes: nodejs#36151
    Refs: nodejs#35754
    Reviewed-By: Benjamin Gruenbaum <[email protected]>
    Reviewed-By: Rich Trott <[email protected]>
    Reviewed-By: Guy Bedford <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    BridgeAR authored and Pezmc committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    ce8caa4 View commit details
    Browse the repository at this point in the history