sync ports with The Matrix
This commit is contained in:
parent
f0303ad1a2
commit
90cde7b655
376 changed files with 2401 additions and 1751 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue