https://chromiumcodereview.appspot.com/10449108/diff/1/src/d8.cc File src/d8.cc (right):
https://chromiumcodereview.appspot.com/10449108/diff/1/src/d8.cc#newcode447 src/d8.cc:447: object->ToObject()->Get(String::New("byteLength"))->Uint32Value(); Hmm, this looks strange, it implicitly casts uint32 to int32. Are you sure that's correct? https://chromiumcodereview.appspot.com/10449108/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
