http://codereview.chromium.org/2435001/diff/1/36 File src/isolate.cc (right):
http://codereview.chromium.org/2435001/diff/1/36#newcode78 src/isolate.cc:78: global_isolate = this; This is the code that will never be correct. Should it be just ASSERT(global_isolate == this) for now? http://codereview.chromium.org/2435001/show -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
