Hacker News new | past | comments | ask | show | jobs | submit login

Something like this would be awesome:

  var env = {local1: function (){}, local2: "blah"};
  js = new JSJS(env);
  js.eval("console.log('I am evil!'); local1();");



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: