summaryrefslogtreecommitdiff
path: root/deps/v8/tools/__init__.py
diff options
context:
space:
mode:
authorRuben Bridgewater <ruben@bridgewater.de>2018-12-20 14:06:15 +0100
committerDaniel Bevenius <daniel.bevenius@gmail.com>2018-12-21 07:28:29 +0100
commita9812142ca4116b425e92274c437d99e1d713fe2 (patch)
treef24067be6461ec6d54d843a170dcefe23aa4c19d /deps/v8/tools/__init__.py
parent8b5720833f1a48bcfe9072305682bea76f833ab4 (diff)
downloadandroid-node-v8-a9812142ca4116b425e92274c437d99e1d713fe2.tar.gz
android-node-v8-a9812142ca4116b425e92274c437d99e1d713fe2.tar.bz2
android-node-v8-a9812142ca4116b425e92274c437d99e1d713fe2.zip
deps: patch V8 to 7.1.302.33
PR-URL: https://github.com/nodejs/node/pull/25101 Refs: https://github.com/v8/v8/compare/7.1.302.28...7.1.302.33 Fixes: https://github.com/nodejs/node/issues/25089 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com> Reviewed-By: Yang Guo <yangguo@chromium.org>
Diffstat (limited to 'deps/v8/tools/__init__.py')
-rw-r--r--deps/v8/tools/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/deps/v8/tools/__init__.py b/deps/v8/tools/__init__.py
new file mode 100644
index 0000000000..3841a861c8
--- /dev/null
+++ b/deps/v8/tools/__init__.py
@@ -0,0 +1,4 @@
+#!/usr/bin/env python
+# Copyright 2018 the V8 project authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.