Reland "Make Array.prototype.pop throw if the last element is not configurable."
authoryangguo@chromium.org <yangguo@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 25 Oct 2013 11:55:56 +0000 (11:55 +0000)
committeryangguo@chromium.org <yangguo@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 25 Oct 2013 11:55:56 +0000 (11:55 +0000)
commit7dd2d6c590edcad0a492eb9b4ff107900218518f
tree0a6f0566071e5725e4f8954669b707d1ffc44eb0
parentb7577174b3ab52e76873920c1432039615e86854
Reland "Make Array.prototype.pop throw if the last element is not configurable."

This relands r17346.

R=machenbach@chromium.org
BUG=311164

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@17394 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/array.js
test/mjsunit/regress/regress-array-pop-nonconfigurable.js [new file with mode: 0644]
tools/presubmit.py