http://codereview.chromium.org/2310003/diff/8001/9002 File src/isolate.cc (right):
http://codereview.chromium.org/2310003/diff/8001/9002#newcode45 src/isolate.cc:45: static Isolate* gTempGlobalIsolate = NULL; Drive-by: please use lower-case and underscores for variable names: global_isolate. The Google style guide allows g_ prefix but I don't think we have used that anywhere so far. http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml#Naming http://codereview.chromium.org/2310003/show -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
