aboutsummaryrefslogtreecommitdiff
path: root/deps/v8/gypfiles/features.gypi
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2017-12-05 16:41:55 +0100
committerMichaël Zasso <targos@protonmail.com>2017-12-06 12:52:07 +0100
commit1854ba04e9a68f062beb299dd6e1479279b26363 (patch)
treed5b2df9b8c1deb6388f7a728fca8e1c98c779abe /deps/v8/gypfiles/features.gypi
parentb52c23b75f96e1c9d2c7b3a7e5619170d0a0d8e1 (diff)
downloadandroid-node-v8-1854ba04e9a68f062beb299dd6e1479279b26363.tar.gz
android-node-v8-1854ba04e9a68f062beb299dd6e1479279b26363.tar.bz2
android-node-v8-1854ba04e9a68f062beb299dd6e1479279b26363.zip
deps: update V8 to 6.3.292.46
PR-URL: https://github.com/nodejs/node/pull/16271 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Myles Borins <myles.borins@gmail.com>
Diffstat (limited to 'deps/v8/gypfiles/features.gypi')
-rw-r--r--deps/v8/gypfiles/features.gypi4
1 files changed, 4 insertions, 0 deletions
diff --git a/deps/v8/gypfiles/features.gypi b/deps/v8/gypfiles/features.gypi
index 6b0b293db6..1d3f67daee 100644
--- a/deps/v8/gypfiles/features.gypi
+++ b/deps/v8/gypfiles/features.gypi
@@ -86,6 +86,9 @@
# Enable concurrent marking.
'v8_enable_concurrent_marking%': 0,
+
+ # Controls the threshold for on-heap/off-heap Typed Arrays.
+ 'v8_typed_array_max_size_in_heap%': 64,
},
'target_defaults': {
'conditions': [
@@ -166,6 +169,7 @@
}, # configurations
'defines': [
'V8_GYP_BUILD',
+ 'V8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=<(v8_typed_array_max_size_in_heap)',
], # defines
}, # target_defaults
}