Closed amasad closed 10 years ago
When running runInContext twice it will try to copy objects circular objects like window and will throw an error. Program should be smarter about which it properties it copies back from window to context after eval.
runInContext
window
When running
runInContext
twice it will try to copy objects circular objects likewindow
and will throw an error. Program should be smarter about which it properties it copies back fromwindow
to context after eval.