Issue 485: Fix leak of builtins object through call and apply functions.
authorlrn@chromium.org <lrn@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 28 Oct 2009 13:51:30 +0000 (13:51 +0000)
committerlrn@chromium.org <lrn@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 28 Oct 2009 13:51:30 +0000 (13:51 +0000)
commit0aecc29024c960da59d0fded395406dfa110689c
treef5cd88d13a81e84c2ed4595c45f660596c875038
parent6a83cb0ced3b5f6582c1f7106ea971c8a1faa0f5
Issue 485: Fix leak of builtins object through call and apply functions.

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3164 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/arm/builtins-arm.cc
src/ia32/builtins-ia32.cc
src/x64/builtins-x64.cc
test/mjsunit/regress/regress-485.js [new file with mode: 0755]