Index: Source/bindings/tests/results/modules/V8TestInterfacePartial.h |
diff --git a/Source/bindings/tests/results/modules/V8TestInterfacePartial.h b/Source/bindings/tests/results/modules/V8TestInterfacePartial.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..9a00558a7239cda6eeb6f7cfe90ddcc1ffc96a2c |
--- /dev/null |
+++ b/Source/bindings/tests/results/modules/V8TestInterfacePartial.h |
@@ -0,0 +1,28 @@ |
+// Copyright 2014 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+// This file has been auto-generated by code_generator_v8.py. DO NOT MODIFY! |
+ |
+#ifndef V8TestInterfacePartial_h |
+#define V8TestInterfacePartial_h |
+ |
+#include "bindings/core/v8/ScriptWrappable.h" |
+#include "bindings/core/v8/V8Binding.h" |
+#include "bindings/core/v8/V8DOMWrapper.h" |
+#include "bindings/core/v8/WrapperTypeInfo.h" |
+#include "bindings/tests/idls/core/TestInterfaceImplementation.h" |
+#include "platform/heap/Handle.h" |
+ |
+namespace blink { |
+ |
+class V8TestInterfacePartial { |
+public: |
+ static void initialize(); |
+ static void implementsCustomVoidMethodMethodCustom(const v8::FunctionCallbackInfo<v8::Value>&); |
+ static void installConditionallyEnabledMethods(v8::Handle<v8::Object>, v8::Isolate*); |
+private: |
+ static void installV8TestInterfaceTemplate(v8::Handle<v8::FunctionTemplate>, v8::Isolate*); |
+}; |
+} |
+#endif // V8TestInterfacePartial_h |