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

Side by Side Diff: third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.h

Issue 2856173004: Clean up bindings/core/v8 (Part 5) (Closed)
Patch Set: Fix build Created 3 years, 7 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 unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // This file has been auto-generated by code_generator_v8.py. 5 // This file has been auto-generated by code_generator_v8.py.
6 // DO NOT MODIFY! 6 // DO NOT MODIFY!
7 7
8 // This file has been generated from the Jinja2 template in 8 // This file has been generated from the Jinja2 template in
9 // third_party/WebKit/Source/bindings/templates/interface.h.tmpl 9 // third_party/WebKit/Source/bindings/templates/interface.h.tmpl
10 10
(...skipping 12 matching lines...) Expand all
23 #include "bindings/core/v8/NativeValueTraits.h" 23 #include "bindings/core/v8/NativeValueTraits.h"
24 #include "bindings/core/v8/StringOrArrayBufferOrArrayBufferView.h" 24 #include "bindings/core/v8/StringOrArrayBufferOrArrayBufferView.h"
25 #include "bindings/core/v8/StringOrDouble.h" 25 #include "bindings/core/v8/StringOrDouble.h"
26 #include "bindings/core/v8/StringOrStringSequence.h" 26 #include "bindings/core/v8/StringOrStringSequence.h"
27 #include "bindings/core/v8/TestEnumOrDouble.h" 27 #include "bindings/core/v8/TestEnumOrDouble.h"
28 #include "bindings/core/v8/TestInterfaceGarbageCollectedOrString.h" 28 #include "bindings/core/v8/TestInterfaceGarbageCollectedOrString.h"
29 #include "bindings/core/v8/TestInterfaceOrLong.h" 29 #include "bindings/core/v8/TestInterfaceOrLong.h"
30 #include "bindings/core/v8/ToV8ForCore.h" 30 #include "bindings/core/v8/ToV8ForCore.h"
31 #include "bindings/core/v8/UnrestrictedDoubleOrString.h" 31 #include "bindings/core/v8/UnrestrictedDoubleOrString.h"
32 #include "bindings/core/v8/V8BindingForCore.h" 32 #include "bindings/core/v8/V8BindingForCore.h"
33 #include "bindings/core/v8/WrapperTypeInfo.h"
34 #include "bindings/tests/idls/core/TestObject.h" 33 #include "bindings/tests/idls/core/TestObject.h"
35 #include "core/CoreExport.h" 34 #include "core/CoreExport.h"
36 #include "platform/bindings/ScriptWrappable.h" 35 #include "platform/bindings/ScriptWrappable.h"
37 #include "platform/bindings/V8DOMWrapper.h" 36 #include "platform/bindings/V8DOMWrapper.h"
37 #include "platform/bindings/WrapperTypeInfo.h"
38 #include "platform/heap/Handle.h" 38 #include "platform/heap/Handle.h"
39 39
40 namespace blink { 40 namespace blink {
41 41
42 class ScriptState; 42 class ScriptState;
43 class V8TestObject { 43 class V8TestObject {
44 STATIC_ONLY(V8TestObject); 44 STATIC_ONLY(V8TestObject);
45 public: 45 public:
46 CORE_EXPORT static bool hasInstance(v8::Local<v8::Value>, v8::Isolate*); 46 CORE_EXPORT static bool hasInstance(v8::Local<v8::Value>, v8::Isolate*);
47 static v8::Local<v8::Object> findInstanceInPrototypeChain(v8::Local<v8::Value> , v8::Isolate*); 47 static v8::Local<v8::Object> findInstanceInPrototypeChain(v8::Local<v8::Value> , v8::Isolate*);
(...skipping 597 matching lines...) Expand 10 before | Expand all | Expand 10 after
645 }; 645 };
646 646
647 template <> 647 template <>
648 struct V8TypeOf<TestObject> { 648 struct V8TypeOf<TestObject> {
649 typedef V8TestObject Type; 649 typedef V8TestObject Type;
650 }; 650 };
651 651
652 } // namespace blink 652 } // namespace blink
653 653
654 #endif // V8TestObject_h 654 #endif // V8TestObject_h
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698