sync ports with The Matrix

This commit is contained in:
purplerain 2023-08-28 01:43:33 +00:00
parent f0303ad1a2
commit 90cde7b655
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
376 changed files with 2401 additions and 1751 deletions

View file

@ -1,7 +1,7 @@
Index: v8/src/execution/isolate.cc
--- v8/src/execution/isolate.cc.orig
+++ v8/src/execution/isolate.cc
@@ -146,6 +146,10 @@
@@ -147,6 +147,10 @@
#include "src/execution/simulator-base.h"
#endif
@ -12,7 +12,7 @@ Index: v8/src/execution/isolate.cc
extern "C" const uint8_t v8_Default_embedded_blob_code_[];
extern "C" uint32_t v8_Default_embedded_blob_code_size_;
extern "C" const uint8_t v8_Default_embedded_blob_data_[];
@@ -3935,6 +3939,11 @@ void Isolate::InitializeDefaultEmbeddedBlob() {
@@ -3932,6 +3936,11 @@ void Isolate::InitializeDefaultEmbeddedBlob() {
uint32_t code_size = DefaultEmbeddedBlobCodeSize();
const uint8_t* data = DefaultEmbeddedBlobData();
uint32_t data_size = DefaultEmbeddedBlobDataSize();