Add an API test for v8::ScriptData::PreCompile() to make sure
authoriposva@chromium.org <iposva@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 18 Nov 2008 07:32:38 +0000 (07:32 +0000)
committeriposva@chromium.org <iposva@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 18 Nov 2008 07:32:38 +0000 (07:32 +0000)
commit4a31a4b6385d4c6fc32e99eb4947ed52d07a54c8
tree0119cc78c9d0d9b7506e89ec215f97ad83a8eb58
parent2b3b337d2431cbe919c4132f6b82b79606039f59
Add an API test for v8::ScriptData::PreCompile() to make sure
that v8::V8::Initialize() does not have to be called to allow
pre-compilation. Currently this test would fail, which is
why a workaround has been applied and a bug filed.

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

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