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-5199.js
Find file
BlameHistoryPermalink
  • yangguo's avatar
    [regexp] Fix case-insensitive matching for one-byte subjects. · a51f4297
    yangguo authored Jul 18, 2016
    The bug occurs because we do not canonicalize character class ranges
    before adding case equivalents. While adding case equivalents, we abort
    early for one-byte subject strings, assuming that the ranges are sorted.
    Which they are not.
    
    R=marja@chromium.org
    BUG=v8:5199
    
    Review-Url: https://codereview.chromium.org/2159683002
    Cr-Commit-Position: refs/heads/master@{#37833}
    a51f4297
regress-5199.js 209 Bytes
EditWeb IDE

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