Subj : JS_InitClass returns JSObject*, but do I need it? To : netscape.public.mozilla.jseng From : Thomas Sondergaard Date : Thu Jul 28 2005 05:18 pm JS_InitClass returns a JSObject* that I can use e.g. with JS_ConstructObject, but I was wondering if there is another way to get my hand on the JSObject*. The engine obviously has it in there somewhere as I can do a "new MyClass" in the script. Is there no API to get a JSObject * from a class name string? regards, Thomas .