Fix handling of function proxies in higher-order array and string methods,
authorrossberg@chromium.org <rossberg@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 20 Jan 2012 13:59:37 +0000 (13:59 +0000)
committerrossberg@chromium.org <rossberg@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 20 Jan 2012 13:59:37 +0000 (13:59 +0000)
commitc61665604b2b5ad7764b64359b49d7f5379d6a7c
tree3c6df0ced5832bf3f924411f1aaf64dced243d6b
parent9672a04de20f19fc358541d9b773301b1af276c2
Fix handling of function proxies in higher-order array and string methods,
which use yet another way to determine strict vs non-strict function receivers.

R=kmillikin@chromium.org
BUG=
TEST=

Review URL: https://chromiumcodereview.appspot.com/9270004

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@10459 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/runtime.cc
test/mjsunit/harmony/proxies-function.js