TypeError: Cannot convert object to primitive value
amasad opened this issue · 0 comments
amasad commented
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.