https://codereview.chromium.org/1113233002/diff/70001/include/v8.h
File include/v8.h (right):
https://codereview.chromium.org/1113233002/diff/70001/include/v8.h#newcode4821
include/v8.h:4821: const char* object_type() { return object_type_; }
I wonder here if the right thing to do is concatenating types with
slashes (e.g. "CODE/CODE_AGE/IsExecuted"), or if we should expose them
separately at an API level, something like
const char* object_type();
const char* object_subtype(); // This will be "" for most of the
entries, % code_age, kind and fixed_array.
Ulan, WDYT?
https://codereview.chromium.org/1113233002/
--
--
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/d/optout.