Subj : spidermonkey: JS_EvaluateScript To : netscape.public.mozilla.jseng From : Jens Thiele Date : Mon Apr 26 2004 07:30 pm is it allowed to call JS_EvaluateScript within a native function using the same context again? example: call to JS_EvaluateScript in the interpreter call to a native function foo in native function foo another call to JS_EvaluateScript (a different script but the same context) .