Commit 4b1fd35b authored by Dominik Inführ's avatar Dominik Inführ Committed by Commit Bot

[heap] Enable usage of ArrayBufferExtensions

Switch the flag to true to enable ArrayBufferExtensions by default.

Bug: v8:10064
Change-Id: I9b772fbd36372e3454ac66a476d33cba121b45c9
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2064208Reviewed-by: 's avatarUlan Degenbaev <ulan@chromium.org>
Commit-Queue: Dominik Inführ <dinfuehr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#66339}
parent 377aeb89
......@@ -128,7 +128,7 @@ declare_args() {
v8_enable_concurrent_marking = true
# Sets -dV8_ARRAY_BUFFER_EXTENSION
v8_enable_array_buffer_extension = false
v8_enable_array_buffer_extension = true
# Enables various testing features.
v8_enable_test_features = ""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment