On Sat, Aug 7, 2010 at 4:20 PM, Jonatan Liljedahl <[email protected]> wrote: > Is there anything similar to Seeds sandbox module in Gjs?
No, there's currently no sandboxing modules available for gjs, but I think it wouldn't be too much work to add something simple like the api you mentioned. I think it would be enough to create a Sandbox.eval() method or so, which just uses its own JSContext*. -- Johan Dahlin _______________________________________________ javascript-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/javascript-list
