Array.prototype.sort: Unchecked calls to hasOwnProperty and push and sort
authorwingo@igalia.com <wingo@igalia.com>
Wed, 17 Sep 2014 14:01:25 +0000 (14:01 +0000)
committerwingo@igalia.com <wingo@igalia.com>
Wed, 17 Sep 2014 14:01:25 +0000 (14:01 +0000)
commit00375fba59377107c1fe0c22872c61353a18a144
tree3484c3c70f722e4a0399cb135421c6868ff91d32
parent6cbeb6d00e5a45b115cbef4f91700ff33f74bf4b
Array.prototype.sort: Unchecked calls to hasOwnProperty and push and sort

BUG=v8:3537
LOG=
R=arv@chromium.org, wingo@igalia.com, yangguo@chromium.org

Review URL: https://codereview.chromium.org/555173002

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24005 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/array.js
src/macros.py
test/mjsunit/array-sort.js