A nit and a real comment.
https://codereview.chromium.org/163593002/diff/1/src/heap-snapshot-generator.cc
File src/heap-snapshot-generator.cc (right):
https://codereview.chromium.org/163593002/diff/1/src/heap-snapshot-generator.cc#newcode1460
src/heap-snapshot-generator.cc:1460: int entry, JSArrayBuffer* array) {
Nit: array -> buffer
https://codereview.chromium.org/163593002/diff/1/src/heap-snapshot-generator.cc#newcode1467
src/heap-snapshot-generator.cc:1467: int data_size =
NumberToInt32(array->byte_length());
ArrayBuffer's byte length should be size_t, not int. Use
NumberToSize/TryNumberToSize here.
https://codereview.chromium.org/163593002/
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.