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
  • js-perf-test
  • StringIterators
  • string-iterator.js
Find file
BlameHistoryPermalink
  • Hai Dang's avatar
    Fix StringToList to set right length of the new array. · 902d21dd
    Hai Dang authored Oct 24, 2018
    Previously StringToList use the length of the original string, which is
    not the right value: we expect the length of the new array to be the
    number of characters (codepoints).
    
    Bug: v8:7980
    Change-Id: I2efca5715323c4399cb45c53871ae349207f3458
    Reviewed-on: https://chromium-review.googlesource.com/c/1297320
    Commit-Queue: Georg Neis <neis@chromium.org>
    Reviewed-by: 's avatarGeorg Neis <neis@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#56944}
    902d21dd
string-iterator.js 5.52 KB
EditWeb IDE

Replace string-iterator.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.