[v8] Use the new isolate initialization api
At the moment, the isolate is allocated and initialized in a single step. This has the downside that the platform cannot register the isolate before the isolate gets initialized, and therefore the platform is not available for the isolate during initialization. With this CL we register the uninitialized isolate on the platform and initialize the isolate after that. This change is needed to allow the creation of task runners already during the initialization of the isolate. The related V8 CL: https://crrev.com/c/1014044 R=yangguo@chromium.org Change-Id: I7a18d1e91f53d728b40a68152e3a3dcb84cf34bb Reviewed-on: https://chromium-review.googlesource.com/1015020Reviewed-by:Kentaro Hara <haraken@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Commit-Queue: Andreas Haas <ahaas@chromium.org> Cr-Commit-Position: refs/heads/master@{#555418}
Showing
Please register or sign in to comment