Ensure that the current isolate is initialized in the API function Context::GetEntered.
authorsvenpanne@chromium.org <svenpanne@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 22 Aug 2011 13:04:14 +0000 (13:04 +0000)
committersvenpanne@chromium.org <svenpanne@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 22 Aug 2011 13:04:14 +0000 (13:04 +0000)
commit4b930daf1a7de1704b316b1344ed971d1749761c
tree56900ab6bc476e46b56a2e81a3d2220a51b6a348
parent891b0eb9193352c2c8b5ea15f164e74bfb7147cc
Ensure that the current isolate is initialized in the API function Context::GetEntered.

r8833 introduced a regression in our API semantics, showing up in e.g.
Chrome 12, which is fixed by this patch.
Review URL: http://codereview.chromium.org/7686005

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