Skip to content

Commit

Permalink
8.7.220.24
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed Nov 15, 2020
1 parent a42ebfa commit 25b00eb
Show file tree
Hide file tree
Showing 35 changed files with 804 additions and 219 deletions.
2 changes: 1 addition & 1 deletion update_v8.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"url": "https://chromium.googlesource.com/v8/v8.git",
"commit": "350839a04e7ea4fd5fd69722163495766bff5368",
"commit": "8b63be769a45775802c2a8d760144d46f3a0cd22",
"/* comment */": "Dependency v8 must be first.",
"branch": "branch-heads/8.7",
"path": ""
Expand Down
3 changes: 1 addition & 2 deletions v8/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,7 @@ declare_args() {
v8_disable_arguments_adaptor = false

# Reverse JS arguments order in the stack (sets -dV8_REVERSE_JSARGS).
v8_enable_reverse_jsargs =
v8_current_cpu != "mipsel" && v8_current_cpu != "mips64el"
v8_enable_reverse_jsargs = true

# Sets -dOBJECT_PRINT.
v8_enable_object_print = ""
Expand Down
2 changes: 1 addition & 1 deletion v8/include/v8-version.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#define V8_MAJOR_VERSION 8
#define V8_MINOR_VERSION 7
#define V8_BUILD_NUMBER 220
#define V8_PATCH_LEVEL 9
#define V8_PATCH_LEVEL 24

// Use 1 for candidates and 0 otherwise.
// (Boolean macro values are not supported by all preprocessors.)
Expand Down
Loading

0 comments on commit 25b00eb

Please sign in to comment.