mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-16 23:25:03 +00:00
526bfd1116
code review and fixes (r=chouck@geocast.com). He needs this cuz he has no knowledge of exact number of properties before new-style enumerating them. - Patch up jsdbgapi.c a bit -- it needs to use OBJ_GET_ATTRIBUTES and new APIs to do a better job describing properties to a debugger. - Add JSMSG_CANT_DESCRIBE_PROPS for bogus non-native error case in jsdbgapi.c. - Fix "Inappropriate" => "invalid" in JSMSG_BAD_ARRAY_LENGTH message.