Commit 8f1c90d2 authored by Andreas Haas's avatar Andreas Haas Committed by Commit Bot

[api] Add better documentation to Isolate::Allocate

R=ulan@chromium.org
CC=​jbroman@chromium.org

Cq-Include-Trybots: luci.chromium.try:linux_chromium_rel_ng
Change-Id: I606a182774188b953247b62e5426ee7feadd1a74
Reviewed-on: https://chromium-review.googlesource.com/1047206
Commit-Queue: Andreas Haas <ahaas@chromium.org>
Reviewed-by: 's avatarUlan Degenbaev <ulan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#53105}
parent d0a034a2
...@@ -7257,7 +7257,11 @@ class V8_EXPORT Isolate { ...@@ -7257,7 +7257,11 @@ class V8_EXPORT Isolate {
/** /**
* Allocates a new isolate but does not initialize it. Does not change the * Allocates a new isolate but does not initialize it. Does not change the
* currently entered isolate. Initialize the isolate by calling * currently entered isolate.
*
* Only Isolate::GetData() and Isolate::SetData(), which access the
* embedder-controlled parts of the isolate, are allowed to be called on the
* uninitialized isolate. To initialize the isolate, call
* Isolate::Initialize(). * Isolate::Initialize().
* *
* When an isolate is no longer used its resources should be freed * When an isolate is no longer used its resources should be freed
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment