Slow cases for function.apply and function.call should not require vm re-entry
Created attachment 225415 [details] Patch
Comment on attachment 225415 [details] Patch r=me Seems like a js-regress test is in order, in which someone aliases .call or .apply.
Committed r164835: <http://trac.webkit.org/changeset/164835>
(In reply to comment #3) > Committed r164835: <http://trac.webkit.org/changeset/164835> It caused regression on 32 bit, see https://bugs.webkit.org/show_bug.cgi?id=129488 for details.