Subj : Sending args to JS_ConstructObject To : netscape.public.mozilla.jseng From : Brian Genisio Date : Thu Jan 22 2004 03:45 pm Hi all, I am writing code that needs to create a new JSObject. I want to use JS_ConstructObject, so the constructor can be called, but how do I send arguments to the constructor? My constructor takes argv and argc, so I know how to receive the arguements, but how do I construct with arguments? Thanks, Brian .