rubyjs / therubyracer

Embed the V8 Javascript Interpreter into Ruby
1.67k stars 190 forks source link

Allowing to quickly duplicates contexts #415

Open wk8 opened 8 years ago

wk8 commented 8 years ago

With a new deep_clone method.

Comes in handy for caching base contexts then used to evalaute further scripts.

With proper unit tests on it.

wk8 commented 8 years ago

Same as #414, the build failure seems quite unrelated