Make built-in functions not call .apply on functions.
authorlrn@chromium.org <lrn@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 14 Sep 2011 12:33:57 +0000 (12:33 +0000)
committerlrn@chromium.org <lrn@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 14 Sep 2011 12:33:57 +0000 (12:33 +0000)
commit724962846c3466d3060300c38bfa33d5cd6ef38d
tree4879cc2c2d30816cb62438d617470a78e59f3aec
parente292eddf90605193a428c65a5c2057059ebc4feb
Make built-in functions not call .apply on functions.

Uses the new %Apply runtime function instead.
Removes last(?) dependency on user-mungable infrastructure.

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@9277 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/execution.cc
src/runtime.js
src/string.js