Hello,

I'm embedding Rhino in a self-made program.

I want to be able to have multiples scripts running in the same thread but 
being separated in what there are doing (create vars, define function, etc.) 
It's almost ok using a MainScriptingContext and a "LocalScriptingContext"; The 
main is the parent of the local and the local is recreteated for each script.

My problem is the following: in one of my Script, I use String.prototype.... 
and I cannot revert it, even if the MainScriptingContext is sealed.

Any Idea?

Cedric
_______________________________________________
dev-tech-js-engine-rhino mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino

Reply via email to