LGTM. Thanks fro the fix.
http://codereview.chromium.org/10704038/diff/1/src/d8.cc File src/d8.cc (right): http://codereview.chromium.org/10704038/diff/1/src/d8.cc#newcode492 src/d8.cc:492: Handle<Value> array_buffer = global->Get(String::New("ArrayBuffer")); I guess, since it's immutable, that is fine. Although I think that there should be a more direct way... http://codereview.chromium.org/10704038/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
