rubyjs / therubyracer

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

Making the `timeout` attribute writable #414

Open wk8 opened 8 years ago

wk8 commented 8 years ago

Can come in handy to evaluate several pieces of JS with the same context, but different timeouts for each.

Added a unit test.

wk8 commented 8 years ago

The build failure is unrelated, and it passes on Ruby 2.x +