Make Runtime_Apply safer.
authorkmillikin@chromium.org <kmillikin@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 2 Jan 2012 15:22:21 +0000 (15:22 +0000)
committerkmillikin@chromium.org <kmillikin@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 2 Jan 2012 15:22:21 +0000 (15:22 +0000)
commitb75beff3fc04268482282232ae0c71a36064beb2
tree2ca72ae4cb1cdcd52f8a1452105a208d65c91bd2
parent49acd1843b79488d6561d2a68690e202e4b49b15
Make Runtime_Apply safer.

There is a call to Object::GetElement that could conceivably cause a GC.
Handlify all raw pointer local variables.

R=vegorov@chromium.org
BUG=
TEST=

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

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