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
  • mjsunit
  • regress
  • regress-1365.js
Find file
BlameHistoryPermalink
  • Georg Neis's avatar
    [test] Crash on invalid intrinsic use unless --fuzzing is on · aff70262
    Georg Neis authored Apr 14, 2020
    For example, when --fuzzing is off, %OptimizeFunctionOnNextCall now
    crashes when given a non-function argument.
    
    The following behaviors remain unchanged for now:
    - %DeoptimizeFunction continues to do nothing if the function is not
      optimized.
    - %DeoptimizeNow continues to do nothing if the top-most JS function
      is not optimized.
    - %OptimizeOSR continues to do nothing if the function already has
      optimized code.
    
    Bug: v8:10249
    Change-Id: I35d2f3d50ce3f94c8ffccabe50fb4df2b70ce028
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2137406
    Commit-Queue: Georg Neis <neis@chromium.org>
    Reviewed-by: 's avatarJakob Gruber <jgruber@chromium.org>
    Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
    Reviewed-by: 's avatarClemens Backes <clemensb@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#67121}
    aff70262
regress-1365.js 3.08 KB
EditWeb IDE

Replace regress-1365.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.