Skip to content

Commit

Permalink
bump v8 to 9.3.345.16 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kudo authored Sep 4, 2021
1 parent b007e6b commit 992e860
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 35 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "9.92.0",
"version": "9.93.0",
"workspaces": [
"packages/*"
],
Expand All @@ -15,6 +15,6 @@
"start_ios": "bash -c '. ./scripts/export_npm_env.sh && ./scripts/start.sh ios'"
},
"config": {
"V8": "9.2.230.29"
"V8": "9.3.345.16"
}
}
2 changes: 1 addition & 1 deletion packages/v8-android-jit-nointl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "v8-android-jit-nointl",
"version": "9.92.0",
"version": "9.93.0",
"description": "Pre-build version of V8 to be used by React Native apps",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/v8-android-jit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "v8-android-jit",
"version": "9.92.0",
"version": "9.93.0",
"description": "Pre-build version of V8 to be used by React Native apps",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/v8-android-nointl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "v8-android-nointl",
"version": "9.92.0",
"version": "9.93.0",
"description": "Pre-build version of V8 to be used by React Native apps (Non Intl supported version)",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/v8-android/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "v8-android",
"version": "9.92.0",
"version": "9.93.0",
"description": "Pre-build version of V8 to be used by React Native apps",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion patches/custom_timezone.patch
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@ index 9b8ad9fc95..4778408edd 100644

#include "src/api/api-inl.h"
+#include "src/base/platform/platform.h"
#include "src/base/strings.h"
#include "src/execution/isolate.h"
#include "src/handles/global-handles.h"
#include "src/heap/factory.h"
@@ -1859,9 +1860,11 @@ MaybeHandle<String> Intl::Normalize(Isolate* isolate, Handle<String> string,
// functionality in a straightforward way.
class ICUTimezoneCache : public base::TimezoneCache {
Expand Down
12 changes: 12 additions & 0 deletions patches/ios_build_error_forward.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff --git a/include/cppgc/allocation.h b/include/cppgc/allocation.h
index b06d9d7020..d75f1a9729 100644
--- a/include/cppgc/allocation.h
+++ b/include/cppgc/allocation.h
@@ -10,6 +10,7 @@
#include <cstdint>
#include <new>
#include <type_traits>
+#include <utility>

#include "cppgc/custom-space.h"
#include "cppgc/internal/api-constants.h"
26 changes: 0 additions & 26 deletions patches/ios_trap_handler.patch

This file was deleted.

4 changes: 2 additions & 2 deletions scripts/patch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ V8_PATCHSET_IOS=(
# Workaround latest Xcode12 build break on non Apple Silicon
# "v8_ios_host_break.patch"

# Disable trap handler to fix build break
"ios_trap_handler.patch"
# Fix std::forward undefined
"ios_build_error_forward.patch"
)

######################################################################################
Expand Down

0 comments on commit 992e860

Please sign in to comment.