Skip to content

Instantly share code, notes, and snippets.

@thebigbad
Created December 6, 2010 23:12
Show Gist options
  • Select an option

  • Save thebigbad/731180 to your computer and use it in GitHub Desktop.

Select an option

Save thebigbad/731180 to your computer and use it in GitHub Desktop.
var Script = process.binding('evals').Script;
try { Script.runInNewContext('var a = 2; a.boats();', window); } catch (e) {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment