Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(179)

Unified Diff: third_party/WebKit/Source/bindings/tests/results/modules/CppTestInterface5.cpp

Issue 2458913003: Add first sketch of the webmodules code generator. (Closed)
Patch Set: Rebased. Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/bindings/tests/results/modules/CppTestInterface5.cpp
diff --git a/third_party/WebKit/Source/bindings/tests/results/modules/CppTestInterface5.cpp b/third_party/WebKit/Source/bindings/tests/results/modules/CppTestInterface5.cpp
new file mode 100644
index 0000000000000000000000000000000000000000..11891fac85c958a7bc1f1f5d20d09d9918eb20f6
--- /dev/null
+++ b/third_party/WebKit/Source/bindings/tests/results/modules/CppTestInterface5.cpp
@@ -0,0 +1,56 @@
+// 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_cpp.py. DO NOT MODIFY!
+
+// clang-format off
+
+#include "CppTestInterface5.h"
+
+// TODO(dglazkov): Implement generating includes.
+
+namespace blink {
+namespace api {
+
+// TODO(dglazkov): Implement constant generation
+// UNSIGNED_LONG
+// CONST_JAVASCRIPT
+
+// TODO(dglazkov): Implement constructor generation
+
+// TODO(dglazkov): Implement attribute getter/setter generation
+// testInterfaceAttribute
+// testInterfaceConstructorAttribute
+// doubleAttribute
+// floatAttribute
+// unrestrictedDoubleAttribute
+// unrestrictedFloatAttribute
+// staticStringAttribute
+// alwaysExposedAttribute
+// workerExposedAttribute
+// windowExposedAttribute
+
+// TODO(dglazkov): Implement method generation
+// void CppTestInterface5::voidMethodTestInterfaceEmptyArg
+// void CppTestInterface5::voidMethodDoubleArgFloatArg
+// void CppTestInterface5::voidMethodUnrestrictedDoubleArgUnrestrictedFloatArg
+// void CppTestInterface5::voidMethod
+// void CppTestInterface5::alwaysExposedMethod
+// void CppTestInterface5::workerExposedMethod
+// void CppTestInterface5::windowExposedMethod
+// void CppTestInterface5::alwaysExposedStaticMethod
+// void CppTestInterface5::workerExposedStaticMethod
+// void CppTestInterface5::windowExposedStaticMethod
+// void CppTestInterface5::windowAndServiceWorkerExposedMethod
+// void CppTestInterface5::voidMethodBooleanOrDOMStringArg
+// void CppTestInterface5::voidMethodDoubleOrDOMStringArg
+// void CppTestInterface5::voidMethodVoidExperimentalCallbackFunction
+// void CppTestInterface5::voidMethodVoidCallbackFunctionModulesArg
+// Iterator* CppTestInterface5::keys
+// Iterator* CppTestInterface5::values
+// Iterator* CppTestInterface5::entries
+// void CppTestInterface5::forEach
+// String CppTestInterface5::toString
+}
+}

Powered by Google App Engine
This is Rietveld 408576698