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

deps: V8: cherry-pick 215ccd593edb #47212

Merged
merged 1 commit into from Mar 24, 2023

Commits on Mar 22, 2023

  1. deps: V8: cherry-pick 215ccd593edb

    Original commit message:
    
        Use FlagValue::value() in SLOW_DCHECK
    
        Previously SLOW_DCHECK used the non-constexpr bool() operator
        of FlagValue, which cannot be used in constexpr. Switch to
        FlagValue::value() instead for make it compile in constexpr.
    
        Change-Id: I3e4f70d82c0027cf56999b6c4639479606151696
        Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4341495
        Reviewed-by: Jakob Linke <jgruber@chromium.org>
        Commit-Queue: Joyee Cheung <joyee@igalia.com>
        Cr-Commit-Position: refs/heads/main@{#86611}
    
    Refs: v8/v8@215ccd5
    joyeecheung committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    7a3bb74 View commit details
    Browse the repository at this point in the history