Ben Noordhuis
5d178188a7
deps: cherry-pick r21297 from v8 trunk
Changes the return value of PropertyCallbackInfo<T>::This() from
Local<Value> back to Local<Object>. See [1] and [2] for background.
[1] https://groups.google.com/forum/#!topic/v8-users/wP2UcQ4cBW4
[2] https://codereview.chromium.org/285643008/
Signed-off-by: Fedor Indutny <fedor@indutny.com>
11 years ago
Ben Noordhuis
3a280b2034
deps: upgrade v8 to 3.26.33
Signed-off-by: Fedor Indutny <fedor@indutny.com>
11 years ago
Felix Geisendörfer
881ac26f27
deps/v8: Apply REPLACE_INVALID_UTF8 patch
- https://codereview.chromium.org/121173009/
- https://code.google.com/p/v8/source/detail?r=18683
Note: The v8 test case did not cleanly apply, so it's missing from this
patch. I'm assuming this is not a problem if the v8 test suite is not
part of the node build / test system. If that's the case I'll fix it.
Otherwise the test case will be integrated once v8 is upgraded.
11 years ago
Ben Noordhuis
67e078094b
deps: upgrade v8 to 3.25.30
11 years ago
Trevor Norris
8d6fa72d97
v8: upgrade to 3.24.35.22
11 years ago
dcarney@chromium.org
85d595c8c2
deps: apply floating patch to v8
Original commit message below:
fix FunctionCallbackInfo ambiguity
- when compiling tools that embed v8 with g++ FunctionCallbackInfo is currently ambigous
- more info: https://github.com/joyent/node/issues/7337
- original patch is here: https://codereview.appspot.com/78770045/
TBR=svenpanne@chromium.org
Review URL: https://codereview.chromium.org/201573012
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@20217 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
11 years ago
Fedor Indutny
4d140746f0
deps: update v8 to 3.24.35.17
11 years ago
Fedor Indutny
0c5a0ecc7c
deps: allow allocations in gc epilogue/prologue
See https://codereview.chromium.org/177243012/
11 years ago
Fedor Indutny
1c7bf245dc
deps: update v8 to 3.24.40
11 years ago
Ben Noordhuis
f230a1cf74
v8: upgrade to 3.22.24
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.
11 years ago
Timothy J Fontaine
a53c763c16
v8: upgrade 3.21.18.3
11 years ago
Trevor Norris
26bc8db33f
v8: upgrade to 3.20.17
11 years ago
Ben Noordhuis
f69be329f0
v8: upgrade v8 to 3.20.14.1
12 years ago
Ben Noordhuis
2fc47ab10b
v8: upgrade v8 to 3.20.11
12 years ago
Ben Noordhuis
1bd711c8a0
v8: upgrade to v8 3.20.9
12 years ago
Trevor Norris
5777d7ab30
v8: upgrade to v8 3.20.7
12 years ago
Ben Noordhuis
704fd8f374
v8: upgrade to v3.20.2
12 years ago
Ben Noordhuis
6dd78074a3
v8: upgrade to v3.19.13
12 years ago
Trevor Norris
506fc4de1e
v8: upgrade to v3.19.3
12 years ago
Ben Noordhuis
7ee538ddfe
deps: upgrade v8 to 3.19.0
12 years ago
Ben Noordhuis
2f75785c01
deps: upgrade v8 to 3.18.4
12 years ago
Ben Noordhuis
9f682265d6
deps: upgrade v8 to 3.18.0
12 years ago
Ben Noordhuis
587e83c6d6
v8: upgrade to 3.17.16
12 years ago
Trevor Norris
83261e789e
deps: update v8 to 3.17.13
12 years ago
isaacs
81c278d58d
V8: Upgrade to 3.14.5.8
12 years ago
Ben Noordhuis
b15a10e7a0
deps: downgrade v8 to 3.14.5
V8 3.15 and newer have stability and performance issues. Roll back to
a known-good version.
12 years ago
Fedor Indutny
7b4d95a976
deps: update v8 to 3.15.11
12 years ago
isaacs
3411a03dd1
V8: Upgrade to 3.13.7.1
12 years ago
Bert Belder
50464cd4f4
v8: upgrade to v3.11.10
13 years ago
isaacs
940a6863ea
Roll V8 back to 3.9.24.31
13 years ago
isaacs
46b09e4190
Roll V8 back to 3.10.8.13
13 years ago
isaacs
cbdf3393a2
Upgrade v8 to 3.11.7
13 years ago
isaacs
3f3f958c14
Upgrade V8 to 3.11.1
13 years ago
isaacs
4b64542fe0
Upgrade V8 to 3.9.24.6
13 years ago
isaacs
e4fc2cbfd3
Upgrade v8 to 3.9.17
13 years ago
isaacs
2e24ded6d2
Upgrade v8 to 3.9.11
13 years ago
isaacs
f4641bd4de
Update v8 to 3.9.9
13 years ago
isaacs
68a0c56a7d
Upgrade V8 to 3.9.5
13 years ago
isaacs
8be699494e
Upgrade V8 to 3.9.2
13 years ago
isaacs
05471f5c2a
Update v8 to 3.8.9
13 years ago
Ryan Dahl
60040a4f36
Upgrade V8 to 3.8.6
13 years ago
Ryan Dahl
8e5674fb5c
Upgrade V8 to 3.8.5
13 years ago
Ryan Dahl
b3a7de15b7
Upgrade V8 to 3.8.0
13 years ago
Ryan Dahl
21d081fd7f
Upgrade V8 to 3.7.12
13 years ago
Ryan Dahl
0e9c1ca673
Downgrade V8 to 3.6.4
13 years ago
Ryan Dahl
33b5f2f779
Upgrade V8 to 3.7.0
13 years ago
Ryan Dahl
3b1d656da5
Revert "Upgrade V8 to 3.6.6"
Not stable enough.
- Windows snapshot linking broken
- Linux crash on ./node_g test/simple/test-stream-pipe-multi.js
This reverts commit 56e6952e63
.
13 years ago
Ryan Dahl
56e6952e63
Upgrade V8 to 3.6.6
13 years ago
Ryan Dahl
1b15af9dd2
Upgrade V8 to 3.6.4
13 years ago
Ryan Dahl
0bca54444a
Upgrade V8 to 3.6.1
13 years ago