- Function#call() now uses the global scope for 'this' by default
- Function#methodcall() added to allow passing in 'this' object
- Function#new() method to invoke javascript constructor from ruby
- access javascript properties and call javascript methods from ruby
bundled Jasmine DOM-Less browser testing framework.
added Object::GetHiddenValue() to v8 metal
added Handle::IsEmpty() to v8 metal
fixed bug where iterating over arrays sometimes failed
numerous bug /segfault fixes.