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: introduce DCHECK macro and use DCHECK* macros where possible #25207

Merged
merged 2 commits into from Dec 26, 2018

Commits on Dec 26, 2018

  1. src: use DCHECK_* macros where possible

    PR-URL: nodejs#25207
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    cjihrig committed Dec 26, 2018
    Configuration menu
    Copy the full SHA
    c2b4269 View commit details
    Browse the repository at this point in the history
  2. src: introduce DCHECK macro

    This commit adds a DCHECK macro for consistency with the
    other DCHECK_* macros.
    
    PR-URL: nodejs#25207
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    cjihrig committed Dec 26, 2018
    Configuration menu
    Copy the full SHA
    4e31a7f View commit details
    Browse the repository at this point in the history