Fix {get,set}ter-on-elements tests to run through all creation functions
authoradamk@chromium.org <adamk@chromium.org>
Wed, 22 Oct 2014 17:21:53 +0000 (17:21 +0000)
committeradamk@chromium.org <adamk@chromium.org>
Wed, 22 Oct 2014 17:21:53 +0000 (17:21 +0000)
commit04db7c8793d50bc64125a31539a458153f14f8aa
tree30a382df543f35b32d9000df2c17d40699a1016b
parent5a1774268aecb5e544b1941252836405ce5f9004
Fix {get,set}ter-on-elements tests to run through all creation functions

setter-on-elements had the wrong length hardcoded in a for loop over the
creation functions (getter-on-elements had the right length, but seemed
worth future-proofing).

R=mvstanton@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24813 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
test/mjsunit/getters-on-elements.js
test/mjsunit/setters-on-elements.js