summaryrefslogtreecommitdiff
path: root/deps/v8/test/mjsunit/error-tostring.js
AgeCommit message (Collapse)Author
2016-03-03deps: upgrade to V8 4.9.385.18Ali Ijaz Sheikh
Pick up the current branch head for V8 4.9 https://github.com/v8/v8/commit/1ecba0f PR-URL: https://github.com/nodejs/node/pull/4722 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Michaƫl Zasso <mic.besace@gmail.com>
2013-03-20deps: update v8 to 3.17.13Trevor Norris
2011-12-05Upgrade V8 to 3.7.12Ryan Dahl
2011-11-02Revert "Upgrade V8 to 3.7.1"Ben Noordhuis
This reverts commit 92f5a5d3caf01f382f90c235e9057590a5e76870. V8 3.7.1 in debug mode on ia32 has a curious race-like bug where an fs.Stats object is not fully formed until some time after it's created. This is easy to demonstrate by running `make test-debug`. V8 3.7.0 does not exhibit this behaviour so back we go. Fixes #1981.
2011-10-27Upgrade V8 to 3.7.1Ryan Dahl