LGTM and thanks! ... with one suggestion.
http://codereview.chromium.org/7686005/diff/1/src/api.cc File src/api.cc (right): http://codereview.chromium.org/7686005/diff/1/src/api.cc#newcode4121 src/api.cc:4121: if (!EnsureInitializedForIsolate(isolate, "v8::Context::GetEntered()")) { While this will work, we could be a bit fancier here. If the isolate is not initialized, we can return an empty handle without trying to access the handle scope implementer. http://codereview.chromium.org/7686005/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
