git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1030
ce2b1a6d-e550-0410-aec6-
3dcde31c8c00
+2009-01-06: Version 0.4.7
+
+ Minor bugfixes and optimizations.
+
+ Added command line debugger to D8 shell.
+
+ Fixed subtle bug that caused the wrong 'this' to be used when
+ calling a caught function in a catch clause.
+
+ Inline array loads within loops directly in the code instead of
+ always calling a stub.
+
+
2008-12-11: Version 0.4.6
Fixed exception reporting bug where certain exceptions were
const char* v8::V8::GetVersion() {
- return "0.4.7 (candidate)";
+ return "0.4.7";
}