rubyjs / therubyracer

Embed the V8 Javascript Interpreter into Ruby
1.66k stars 193 forks source link

ensure idenity map entries are cleaned up: #384

Open cowboyd opened 9 years ago

cowboyd commented 9 years ago

This adds a regression for:

https://github.com/cowboyd/therubyracer/pull/336

In order to test this, it also needed the ability to null out an object within a context, so a conversion for nil was included.