Subj : Re: Enumerating standard class properties & methods To : netscape.public.mozilla.jseng From : "Sterling Bates" Date : Wed Dec 17 2003 12:35 pm "Brendan Eich" wrote in message news:3FE0ACA2.6040908@meer.net... > Why do you need that? Is this related to enumerating the global object > to include all [[DontEnum]] properties? Basically, yes. I'll statically store the methods for each standard class, then detect the class type at runtime using the code you've provided below. That way the bridge code can enumerate as deep as users need, and the engine stays compliant :-) > If you need other class pointers or APIs, let me know. Thanks for your help. Where do you find the time to help us out when you have huge responsibilities at Mozilla? Take care, Sterling .