DescriptionRefactor IsolateHolder to be able to always create the isolate
Currently, blink creates its own isolates. We want to always use an
IsolateHolder to create the isolates. To be able to do this, I introduce
an Initialize method that setups V8. The new IsolateHolder ctor now
doesn't take any parameters but just creates new isolates according to
the configuration.
All non-blink gin users are cut over to the new API
BUG=none
R=abarth@chromium.org,andrewhayden@chromium.org,eroman@chromium.org
Committed: https://crrev.com/2f43f2c92879b36d1262d02fba4e32890912b0b5
Cr-Commit-Position: refs/heads/master@{#294262}
Patch Set 1 #Patch Set 2 : updates #
Messages
Total messages: 10 (2 generated)
|