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-1531.js
Find file
BlameHistoryPermalink
  • kmillikin@chromium.org's avatar
    Fix a bug in for/in iteration of arguments objects. · fe23339b
    kmillikin@chromium.org authored Jul 08, 2011
    We did not properly combine the property names from the parameter map
    and the arguments backing store.  They could overwrite each other and
    be unsorted.
    
    Also fix an unrelated bug: deleting from a dictionary-mode arguments
    backing store could corrupt the parameter map.
    
    R=rossberg@chromium.org
    BUG=1531
    TEST=mjsunit/regress/regress-1531.js
    
    Review URL: http://codereview.chromium.org/7278033
    
    git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@8571 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
    fe23339b
regress-1531.js 2.2 KB
EditWeb IDE

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