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
  • inspector
  • regress
  • regress-crbug-1328453.js
Find file
BlameHistoryPermalink
  • Simon Zünd's avatar
    [debug] Fix crash when live editing unused inner functions · 9e27dbca
    Simon Zünd authored May 25, 2022
    This CL fixes a wrong assumption in the LiveEdit machinery. Namely
    the assumption that every FunctionLiteral the parser finds, will have
    a corresponding SFI created by the compiler. This assumption does not
    hold in all cases. Inner functions that are never referenced by the
    outer function don't get an SFI.
    
    R=bmeurer@chromium.org
    
    Fixed: chromium:1328453
    Change-Id: I674f023f948954c1fcae04a4aa2afb69ea1642aa
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3663443
    Commit-Queue: Simon Zünd <szuend@chromium.org>
    Reviewed-by: 's avatarBenedikt Meurer <bmeurer@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#80735}
    9e27dbca
regress-crbug-1328453.js 837 Bytes
EditWeb IDE

Replace regress-crbug-1328453.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.