Subj : Re: Creating classes/namespaces on the fly from existing functions? To : Ludovic Delabre From : Brendan Eich Date : Sat Feb 05 2005 09:00 am Ludovic Delabre wrote: > Hi! > I'm quite new to spidermonkey's API but... > Another way to get around the "assignment to an unbound id" bug would be > to use a new context for each file, no ? If you mean by context a different JSContext *cx parameter, then no. The relevant parameter is the second one, JSObject *obj. /be .