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] deps: backport v8 367b0c1e #42637

Closed
wants to merge 1 commit into from

Commits on Apr 7, 2022

  1. deps: V8: cherry-pick 367b0c1e7a32

    Original commit message:
    
        [runtime] Change default scope info for SyntheticFunctionContexts
    
        This changes the default scope info for SyntheticFunctionContexts
        to the EmptyScopeInfo which does not contain an extension slot.
    
        The bug happened because, previously, the native context scope info
        was used as dummy.
    
        Change-Id: I4d6bf6918c11c79201d16bde99ed76800ad6f6c5
        Bug: v8:10629
        Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2277806
        Commit-Queue: Victor Gomes <victorgomes@chromium.org>
        Commit-Queue: Leszek Swirski <leszeks@chromium.org>
        Auto-Submit: Victor Gomes <victorgomes@chromium.org>
        Reviewed-by: Leszek Swirski <leszeks@chromium.org>
        Cr-Commit-Position: refs/heads/master@{#68636}
    
    Refs: v8/v8@367b0c1
    legendecas committed Apr 7, 2022
    Copy the full SHA
    ec04c37 View commit details
    Browse the repository at this point in the history