Reland "Remove IsInitialized checks from inlined API functions."
authormstarzinger@chromium.org <mstarzinger@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 25 Jun 2013 08:11:50 +0000 (08:11 +0000)
committermstarzinger@chromium.org <mstarzinger@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 25 Jun 2013 08:11:50 +0000 (08:11 +0000)
commit6d92511162c3d4419670dba440e785206bbb7b76
tree0ad33effe17b91fd2c1ed110bcd6eec39e45e51c
parent7ba980f2b11b8f32315a6704759201acd15988c0
Reland "Remove IsInitialized checks from inlined API functions."

The initialization sequence in Blink has been adapted to use explicit
isolate initialization instead of through calling v8::Null() as the
first API call.

R=svenpanne@chromium.org

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

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