[BUILD] Enable reverse jsargs

Change-Id: I04bab17c1636e99f7486987bc777bea73997a0c6
Bug: v8:10201
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2387579
Auto-Submit: Victor Gomes <victorgomes@chromium.org>
Reviewed-by: Igor Sheludko <ishell@chromium.org>
Commit-Queue: Victor Gomes <victorgomes@chromium.org>
Cr-Commit-Position: refs/heads/master@{#69716}
This commit is contained in:
Victor Gomes 2020-09-01 15:32:59 +02:00 committed by Commit Bot
parent 95aa697b2f
commit 8e89559631

View File

@ -110,7 +110,8 @@ declare_args() {
v8_enable_31bit_smis_on_64bit_arch = false
# Reverse JS arguments order in the stack (sets -dV8_REVERSE_JSARGS).
v8_enable_reverse_jsargs = false
v8_enable_reverse_jsargs =
v8_current_cpu != "mipsel" && v8_current_cpu != "mips64el"
# Sets -dOBJECT_PRINT.
v8_enable_object_print = ""