summaryrefslogtreecommitdiff
path: root/deps/v8/src/handles-inl.h
Commit message (Collapse)AuthorAgeFilesLines
* deps: upgrade to V8 4.8.271.17Ali Ijaz Sheikh2016-01-211-20/+34
| | | | | | | | | | | | Pick up V8 4.8 branch-head. This branch brings in @@isConcatSpreadable, @@toPrimitive and ToLength ES6 changes. For full details see: http://v8project.blogspot.de/2015/11/v8-release-48.html https://github.com/v8/v8/commit/fa163e2 Ref: https://github.com/nodejs/node/pull/4399 PR-URL: https://github.com/nodejs/node/pull/4785 Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl>
* deps: upgrade V8 to 4.7.80.24Ali Ijaz Sheikh2015-12-041-0/+6
| | | | | | | | | | | | | | | | Pick up the latest branch head for V8 4.7: https://github.com/v8/v8/commit/be169f8df059040e6a53ec1dd4579d8bca2167b5 Full change history for the 4.7 branch: https://chromium.googlesource.com/v8/v8.git/+log/branch-heads/4.7 V8 blog post about what is new on V8 4.7: http://v8project.blogspot.de/2015/10/v8-release-47.html PR-URL: https://github.com/nodejs/node/pull/4106 Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: targos - Michaël Zasso <mic.besace@gmail.com> Reviewed-By: rvagg - Rod Vagg <rod@vagg.org>
* deps: upgrade V8 to 4.6.85.23Michaël Zasso2015-10-141-70/+6
| | | | | | PR-URL: https://github.com/nodejs/node/pull/3351 Reviewed-By: indutny - Fedor Indutny <fedor.indutny@gmail.com> Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl>
* deps: upgrade V8 to 4.5.103.24Ali Ijaz Sheikh2015-09-061-1/+13
| | | | | | | | Upgrade to the latest branch-head for V8 4.5. For the full commit log see https://github.com/v8/v8-git-mirror/commits/4.5.103.24 PR-URL: https://github.com/nodejs/node/pull/2509 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
* deps: update v8 to 3.29.93.1Fedor Indutny2014-10-101-2/+2
|
* deps: update v8 to 3.28.73Refael Ackermann2014-10-081-13/+13
| | | | | Reviewed-By: Fedor Indutny <fedor@indutny.com> PR-URL: https://github.com/joyent/node/pull/8476
* deps: upgrade v8 to 3.26.33Ben Noordhuis2014-06-121-36/+9
| | | | Signed-off-by: Fedor Indutny <fedor@indutny.com>
* deps: upgrade v8 to 3.25.30Ben Noordhuis2014-04-021-1/+2
|
* deps: update v8 to 3.24.40Fedor Indutny2014-03-131-13/+6
|
* v8: upgrade to 3.22.24Ben Noordhuis2013-11-111-5/+6
| | | | | | | | | This commit removes the simple/test-event-emitter-memory-leak test for being unreliable with the new garbage collector: the memory pressure exerted by the test case is too low for the garbage collector to kick in. It can be made to work again by limiting the heap size with the --max_old_space_size=x flag but that won't be very reliable across platforms and architectures.
* v8: upgrade 3.21.18.3Timothy J Fontaine2013-10-231-4/+7
|
* v8: upgrade to v3.19.13Ben Noordhuis2013-06-111-63/+50
|
* deps: upgrade v8 to 3.19.0Ben Noordhuis2013-05-131-8/+7
|
* deps: upgrade v8 to 3.18.4Ben Noordhuis2013-04-291-12/+41
|
* deps: upgrade v8 to 3.18.0Ben Noordhuis2013-04-171-1/+0
|
* v8: upgrade to 3.17.16Ben Noordhuis2013-04-081-1/+1
|
* deps: update v8 to 3.17.13Trevor Norris2013-03-201-30/+45
|
* V8: Upgrade to 3.13.7.1isaacs2012-09-211-12/+18
|
* Upgrade V8 to 3.4.10Ryan Dahl2011-07-081-7/+104
|
* Downgrade V8 to 3.1.8.25Ryan Dahl2011-07-051-104/+7
| | | | | | There are serious performance regressions both in V8 and our own legacy networking stack. Until we correct our own problems we are going back to the old V8.
* Upgrade V8 to 3.4.8Ryan Dahl2011-06-291-7/+104
|
* Upgrade V8 to 3.1.8Ryan Dahl2011-03-021-10/+0
|
* Upgrade V8 to 3.1.7Ryan Dahl2011-02-281-2/+12
|
* Upgrade V8 to 2.5.2Ryan Dahl2010-10-301-3/+7
|
* Upgrade V8 to 2.3.8Ryan Dahl2010-08-171-1/+1
|
* Revert "Upgrade V8 to 2.3.7"Ryan Dahl2010-08-131-1/+1
| | | | | | | | | | | | | | | | | | | This reverts commit 083ee0f8b7a8d98d51bf2debf47d68117f13087f. V8 build broken on cygwin: ./deps/v8/src/handles.h:62: instantiated from `T* v8::internal::Handle<T>::operator->() const [with T = v8::internal::Code]' ./deps/v8/src/accessors.cc:396: instantiated from here ./deps/v8/src/handles-inl.h:50: error: call of overloaded `BitCast(v8::internal::Code** const&)' is ambiguous ./deps/v8/src/utils.h:732: note: candidates are: Dest v8::internal::BitCast(const Source&) [with Dest = v8::internal::Code**, Source = v8::internal::Code**] ./deps/v8/src/utils.h:743: note: Dest v8::internal::BitCast(Source* const&) [with Dest = v8::internal::Code**, Source = v8::internal::Code*] scons: *** [obj/release/accessors.o] Error 1
* Upgrade V8 to 2.3.7Ryan Dahl2010-08-121-1/+1
|
* Upgrade v8 to 1.3.5Ryan2009-08-191-1/+1
|
* Upgrade to v8 1.2.7Ryan2009-06-081-1/+2
|
* import full versions of dependency libraries!Ryan2009-04-221-0/+75
|
* BROKEN COMMIT: removing git submodulesRyan2009-04-221-0/+0
|
* add dependencies: libeio, libev, v8Ryan2009-04-031-0/+0