Make built-in functions not rely on callback functions .call method.
authorlrn@chromium.org <lrn@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 29 Aug 2011 11:44:54 +0000 (11:44 +0000)
committerlrn@chromium.org <lrn@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 29 Aug 2011 11:44:54 +0000 (11:44 +0000)
commit5c32722581cf186166a124d9ee39565bd833d628
tree1d589e61d913e6111403e1b8af8a1c896b6afe75
parent2ade6a5a2eaf3fbfcf7aefd6e6058a2090366aa4
Make built-in functions not rely on callback functions .call method.

In builtin code, we can't rely on Function.prototype.call being unmolested.

Review URL: http://codereview.chromium.org/7776008

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@9053 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/array.js