Add versions with an Isolate parameter for inlined API methods that need one
authorjochen@chromium.org <jochen@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 25 Nov 2013 14:30:59 +0000 (14:30 +0000)
committerjochen@chromium.org <jochen@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 25 Nov 2013 14:30:59 +0000 (14:30 +0000)
commit5e177bd658362be737f9b59e9b5a3eac77522d6a
tree621d1618daf2371d1eb4d478744d22e421cfc288
parent5201e8c396b1125e04fe2b4ac997c8b8f40f9072
Add versions with an Isolate parameter for inlined API methods that need one

We shouldn't have APIs that call Isolate::GetCurrent() internally. This
change removes all remaining occurrences of inlined methods in v8.h

BUG=none
R=svenpanne@chromium.org
LOG=n

Review URL: https://codereview.chromium.org/85693002

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@18058 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
include/v8.h
src/debug.cc
test/cctest/test-api.cc