Updates:
Status: PendingFurtherInfo
Comment #1 on issue 454 by [email protected]: missing debug enumeration
types (patch)
http://code.google.com/p/v8/issues/detail?id=454
The enumeration values 'DEBUG_INFO_TYPE' and 'BREAK_POINT_INFO_TYPE' should
be covered
by the macro expansion just after the lines you are suggesting to add.
#define MAKE_STRUCT_CASE(NAME, Name, name) case NAME##_TYPE: return #NAME;
STRUCT_LIST(MAKE_STRUCT_CASE)
#undef MAKE_STRUCT_CASE
Please provide some additional information on how to reproduce this.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---