chore: avoid appending git version to the exported patches (#15389)
* chore: avoid appending git version to the exported patches * fix no-eol at end of v8 patch
This commit is contained in:
parent
ec4a0e096f
commit
d56617e5d0
109 changed files with 14 additions and 329 deletions
|
@ -44,6 +44,3 @@ index 6155cbb32579effc500b5c475cd478e77b3ecdf4..9fe5268aa5e615fee058d430b6a137dd
|
|||
namespace {
|
||||
|
||||
class ArrayBufferAllocator : public v8::ArrayBuffer::Allocator {
|
||||
--
|
||||
2.17.0
|
||||
|
||||
|
|
|
@ -36,6 +36,3 @@ index 9fe5268aa5e615fee058d430b6a137dd40fc9226..5c1f2410bbab4a0d9f4fcd99f19530ba
|
|||
bool Isolate::InContext() {
|
||||
i::Isolate* isolate = reinterpret_cast<i::Isolate*>(this);
|
||||
return isolate->context() != nullptr;
|
||||
--
|
||||
2.17.0
|
||||
|
||||
|
|
|
@ -28,5 +28,3 @@ index b5eb09cfcb8add19f4de985cbe7b9777c51c4bd3..dbe4338c3a733cb806e420a9bb0b4bcc
|
|||
v8_executable("torque") {
|
||||
visibility = [ ":*" ] # Only targets in this file can depend on this.
|
||||
|
||||
--
|
||||
2.17.0
|
||||
|
|
|
@ -26,6 +26,3 @@ index 443694d88075d59d6e8db7fa4bedc3a812fdafc4..d0ba5ed04e7126deae4a0ab9ee8943cd
|
|||
deps = [
|
||||
":v8_base",
|
||||
":v8_init",
|
||||
--
|
||||
2.17.0
|
||||
|
||||
|
|
|
@ -34,6 +34,3 @@ index 6830a90482173174266faa0e9a95618c67fad811..78991a26de6d97e3ee14b66913fc079a
|
|||
gc_prologue_callbacks_.emplace_back(callback, gc_type, data);
|
||||
}
|
||||
|
||||
--
|
||||
2.17.0
|
||||
|
||||
|
|
|
@ -22,6 +22,3 @@ index 3b51095323c06bf8883ce484566fd263249390ac..2eebebe3d616ea786ed60cd0e9bea853
|
|||
os << "Class(" << static_cast<void*>(*AsClass()) << ")";
|
||||
}
|
||||
}
|
||||
--
|
||||
2.17.0
|
||||
|
||||
|
|
|
@ -74,6 +74,3 @@ index 09b8a0edeae734d5ad9df8666c2bee4cdcebb3f1..77730919f14dc2545b88d140478d7ac0
|
|||
MarkAsSourcePositionsEnabled();
|
||||
}
|
||||
|
||||
--
|
||||
2.17.0
|
||||
|
||||
|
|
|
@ -60,6 +60,3 @@ index d8ef7b4a158a9c6d5d157169defb47bb82683023..8191c8152f5942858cc3a305bdee72d7
|
|||
];
|
||||
|
||||
|
||||
--
|
||||
2.17.0
|
||||
|
||||
|
|
|
@ -493,6 +493,3 @@ index 7b736b907dd9aebc8c0c505ce5a6542b79050c69..47545af37f89c0fcd648293a5bb1c70a
|
|||
+ CHECK_EQ(1, GET_TRACE_OBJECT(1)->num_args);
|
||||
+ }
|
||||
+}
|
||||
--
|
||||
2.17.0
|
||||
|
||||
|
|
|
@ -72,6 +72,3 @@ index b4aa7baf724d4f29b4df08f3b57fdc018f6a32a7..e0a6a1234c597071b327d051c7da1d2b
|
|||
}
|
||||
return handle;
|
||||
}
|
||||
--
|
||||
2.17.0
|
||||
|
||||
|
|
|
@ -301,6 +301,3 @@ index d3c10822ffe49f46ab829aa0ab1e035c4393fa1e..7430fbf06b802e54233edfb94196a806
|
|||
class DebugEventExpectNoException : public v8::debug::DebugDelegate {
|
||||
public:
|
||||
void ExceptionThrown(v8::Local<v8::Context> paused_context,
|
||||
--
|
||||
2.17.0
|
||||
|
||||
|
|
|
@ -706,6 +706,3 @@ index 9b2d7e3ab2fe9dcc273c0946589a4714768bb86d..b53bf148e615e45581a653438af77d9d
|
|||
if (!func_entry) FATAL("%s", name);
|
||||
return func_entry->line_number();
|
||||
}
|
||||
--
|
||||
2.17.0
|
||||
|
||||
|
|
|
@ -67,6 +67,3 @@ index 647306d62790af5f977c3a74ec272f446f3acabf..b4aa7baf724d4f29b4df08f3b57fdc01
|
|||
return GetCategoryGroupEnabledInternal(category_group);
|
||||
}
|
||||
|
||||
--
|
||||
2.17.0
|
||||
|
||||
|
|
|
@ -303,6 +303,3 @@ index d5d1ae101b38c22036fb92d4af09f53f9a556649..a018e12853199aaff9d4aa914429baa0
|
|||
"result;");
|
||||
v8::Local<v8::Object> object = result.As<v8::Object>();
|
||||
v8::PropertyFilter default_filter =
|
||||
--
|
||||
2.17.0
|
||||
|
||||
|
|
|
@ -752,6 +752,3 @@ index 5eb9803a7416fb67937283960c90269681403c1f..d0a263e573827c3b22810d70b0cf4f0c
|
|||
|
||||
DISALLOW_COPY_AND_ASSIGN(IsolateData);
|
||||
};
|
||||
--
|
||||
2.17.0
|
||||
|
||||
|
|
|
@ -362,6 +362,3 @@ index 2f9f0e459e6fed4c688fc0ee7389593cf86e07c8..b13384f18adfefe69dc5be232a5f620a
|
|||
+} // namespace
|
||||
+} // namespace internal
|
||||
} // namespace v8
|
||||
--
|
||||
2.17.0
|
||||
|
||||
|
|
|
@ -20,6 +20,3 @@ index 6f787eb72783570812f7cbda57b836df56b5f2cb..c36dfcc836d6351d11d2178a8e6c3556
|
|||
namespace v8 {
|
||||
namespace base {
|
||||
namespace bits {
|
||||
--
|
||||
2.17.0
|
||||
|
||||
|
|
|
@ -26,6 +26,3 @@ index cfeb13b65829f9e0bad2518b8c4b03a645b6223c..2b38e24e233b5ba7061fd4a3d5e49063
|
|||
};
|
||||
|
||||
} // namespace v8
|
||||
--
|
||||
2.17.0
|
||||
|
||||
|
|
|
@ -18,6 +18,3 @@ index d0ba5ed04e7126deae4a0ab9ee8943cda5ea42e3..b5eb09cfcb8add19f4de985cbe7b9777
|
|||
sources = [
|
||||
"src/snapshot/mksnapshot.cc",
|
||||
]
|
||||
--
|
||||
2.17.0
|
||||
|
||||
|
|
|
@ -17,6 +17,3 @@ index c6b64a1cd95b92ed37abe56d71dd6132c4ff9db4..236a73d01800f58a4f37c8abdd8df346
|
|||
public:
|
||||
explicit OFStream(FILE* f);
|
||||
virtual ~OFStream();
|
||||
--
|
||||
2.17.0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue