David Wimsey wrote: > The JavaScript portion seems to be a problem however. In the code > below, everything looks and works find up until the JS_SetProperty ... > When JS_SetProperty is called, if I step into the function in the > debugger, I see that on line 3531 of jsapi.c there is a call to > CHECK_REQUEST(cx)
See <http://developer.mozilla.org/en/docs/JS_BeginRequest>. Basically, you need to call JS_BeginRequest/JS_EndRequest around JSAPI calls. -Boris _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
