Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Contribute to GitLab
  • Sign in / Register
V
V8
  • Project
    • Project
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Linshizhi
  • V8
  • Repository

Switch branch/tag
  • v8
  • test
  • debugger
  • regress
  • regress-crbug-1259878.js
Find file
BlameHistoryPermalink
  • Kim-Anh Tran's avatar
    [bytecode-generator] Move source code position for classes · f74ea020
    Kim-Anh Tran authored Nov 16, 2021
    Move the source code position for classes to the point where the block
    context has already been created. Previously, there would be a mismatch
    between the context and the scope when using the ScopeIterator.
    
    We paused at a point where, according to the source position, we already
    are in a class scope, but according to the bytecode (context), we would
    not yet have created the block context for the class.
    
    
    Also-by: leszeks@chromium.org, jarin@chromium.org
    Fixed: chromium:1259878
    Change-Id: I58b84f4dcfa8c4f51e16812c7a8caa21da99f262
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3284887Reviewed-by: 's avatarBenedikt Meurer <bmeurer@chromium.org>
    Reviewed-by: 's avatarPatrick Thier <pthier@chromium.org>
    Reviewed-by: 's avatarLeszek Swirski <leszeks@chromium.org>
    Commit-Queue: Kim-Anh Tran <kimanh@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#77940}
    f74ea020
regress-crbug-1259878.js 293 Bytes
EditWeb IDE

Replace regress-crbug-1259878.js

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.