LGTM
http://codereview.chromium.org/261037/diff/3001/4002 File include/v8.h (right): http://codereview.chromium.org/261037/diff/3001/4002#newcode2107 Line 2107: size_t total_heap_size() { return total_heap_size_; } There's not much gained by making the fields private and having accessors. Consider just making them public. http://codereview.chromium.org/261037 --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
