Status: New Owner: ---- New issue 484 by polarjs: CodeStub::MajorName() is missing case for RegExpCEntry http://code.google.com/p/v8/issues/detail?id=484
The CodeStub::Major enum list has an entry for RegExpCEntry but the MajorName() function does not. Maybe this list should be abstracted out using the macro pattern like that which is used for enumerating Object types in objects.h. That way, the Major enum list and the MajorName() function will always be kept in sync automatically. -- 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 -~----------~----~----~----~------~----~------~--~---
