v8/test
jochen@chromium.org 65a1857824 Currently, a new isolate is created in an uninitialized state, and
several API methods will automatically initialize it. During this
uninitialized state, code event handlers and function entry handlers can
be attached to the isolate.

This CL deprecates SetFunctionEntryHook and moves the configuration of
those handlers to the Isolate factory method.

This will allow for initializing the Isolate at creation time in the
future.

Users of V8::SetFunctionEntryHook should pass the entry hook to
Isolate::New instead. V8::SetJitCodeEventHandler should either be passed
to Isolate::New as well, or (if startup events are not required) invoked
via the Isolate.

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

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23940 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2014-09-15 11:17:00 +00:00
..
base-unittests Reland "Refactoring: Make gtest testsuite the default." 2014-09-02 09:21:03 +00:00
benchmarks Enable typed pipeline for TurboFan. 2014-09-10 09:52:50 +00:00
cctest Currently, a new isolate is created in an uninitialized state, and 2014-09-15 11:17:00 +00:00
compiler-unittests Reland "Refactoring: Make gtest testsuite the default." 2014-09-02 09:21:03 +00:00
fuzz-natives Land the Fan (disabled) 2014-07-30 13:54:45 +00:00
heap-unittests Reland "Refactoring: Make gtest testsuite the default." 2014-09-02 09:21:03 +00:00
intl Enable test cases that no longer timeout. 2014-08-26 08:44:25 +00:00
libplatform-unittests Reland "Refactoring: Make gtest testsuite the default." 2014-09-02 09:21:03 +00:00
message Enable access check tests that no longer fail with TF. 2014-08-14 13:24:57 +00:00
mjsunit Reland "Remove V8_HOST_CAN_READ_UNALIGNED and its uses." 2014-09-15 10:54:49 +00:00
mozilla Fix typed lowering of ToBoolean on NaN input. 2014-09-11 12:38:16 +00:00
perf-test/Collections Add Collections perf tests to v8 public repo. 2014-09-01 14:52:06 +00:00
preparser ES6: Duplicate properties are no longer an error 2014-08-20 14:25:48 +00:00
promises-aplus Enable access check tests that no longer fail with TF. 2014-08-14 13:24:57 +00:00
test262 Enable test cases that no longer timeout. 2014-08-26 08:44:25 +00:00
test262-es6 Update test262-es6 2014-09-11 13:39:37 +00:00
webkit Fixpoint typing has to consider all imprecise nodes 2014-09-15 09:03:59 +00:00