sync ports with The Matrix
This commit is contained in:
parent
9d4d2e721a
commit
79bc6d9d97
846 changed files with 10693 additions and 8131 deletions
|
@ -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_[];
|
||||
@@ -3932,6 +3936,11 @@ void Isolate::InitializeDefaultEmbeddedBlob() {
|
||||
@@ -4021,6 +4025,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