chore: update patches/common/v8

This commit is contained in:
deepak1556 2019-01-16 23:39:10 +05:30
parent 3f75724a31
commit e517139e3c
13 changed files with 55 additions and 1034 deletions

View file

@ -5,10 +5,10 @@ Subject: array_buffer.patch
diff --git a/include/v8.h b/include/v8.h
index 83b9d3d0d1f981edc444452b500df9fa5b89a056..6ebadc3b85b0f954305bc3a9187b996aa248a347 100644
index 4b8fb04bc8210c0273157009b3560983b1322b18..f10a7950de2166804f779346bce580cfb2e7c3ec 100644
--- a/include/v8.h
+++ b/include/v8.h
@@ -7661,6 +7661,9 @@ class V8_EXPORT Isolate {
@@ -7701,6 +7701,9 @@ class V8_EXPORT Isolate {
*/
void SetIdle(bool is_idle);
@ -19,10 +19,10 @@ index 83b9d3d0d1f981edc444452b500df9fa5b89a056..6ebadc3b85b0f954305bc3a9187b996a
bool InContext();
diff --git a/src/api.cc b/src/api.cc
index 9ddef27b9f7004fb50290f0dd91d2994d9771466..b4a0f5bb5e484ea80dbfc234e207b44413f2d22f 100644
index 56be5e2e007c0ea84653a5487abef49cc206efc3..dd22b2a30b632fb9507eb2e2b95837dd9b8810db 100644
--- a/src/api.cc
+++ b/src/api.cc
@@ -8072,6 +8072,13 @@ void Isolate::SetIdle(bool is_idle) {
@@ -7966,6 +7966,13 @@ void Isolate::SetIdle(bool is_idle) {
isolate->SetIdle(is_idle);
}