Subj : Re: Creating Class Globally To : netscape.public.mozilla.jseng From : Brendan Eich Date : Tue Apr 20 2004 11:55 am Brian Genisio wrote: > Yes, I understand now. It is necessary for me to init the classes for > each global object, which is associated with each concept. I reworked > my code, and it works now. Did you use lazy class init (JS_ResolveStandardClass from your global object's class resolve hook)? /be .