| OLD | NEW |
| 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. DO NOT MODIFY! | 5 // This file has been auto-generated by code_generator_v8.py. DO NOT MODIFY! |
| 6 | 6 |
| 7 #include "config.h" | 7 #include "config.h" |
| 8 #include "V8TestObject.h" | 8 #include "V8TestObject.h" |
| 9 | 9 |
| 10 #include "HTMLNames.h" | |
| 11 #include "bindings/core/v8/V8HTMLCollection.h" | 10 #include "bindings/core/v8/V8HTMLCollection.h" |
| 12 #include "bindings/tests/v8/V8Attr.h" | 11 #include "bindings/tests/v8/V8Attr.h" |
| 13 #include "bindings/tests/v8/V8Document.h" | 12 #include "bindings/tests/v8/V8Document.h" |
| 14 #include "bindings/tests/v8/V8DocumentFragment.h" | 13 #include "bindings/tests/v8/V8DocumentFragment.h" |
| 15 #include "bindings/tests/v8/V8DocumentType.h" | 14 #include "bindings/tests/v8/V8DocumentType.h" |
| 16 #include "bindings/tests/v8/V8Element.h" | 15 #include "bindings/tests/v8/V8Element.h" |
| 17 #include "bindings/tests/v8/V8EventTarget.h" | 16 #include "bindings/tests/v8/V8EventTarget.h" |
| 18 #include "bindings/tests/v8/V8HTMLElement.h" | 17 #include "bindings/tests/v8/V8HTMLElement.h" |
| 19 #include "bindings/tests/v8/V8Node.h" | 18 #include "bindings/tests/v8/V8Node.h" |
| 20 #include "bindings/tests/v8/V8NodeFilter.h" | 19 #include "bindings/tests/v8/V8NodeFilter.h" |
| (...skipping 19 matching lines...) Expand all Loading... |
| 40 #include "bindings/v8/V8DOMActivityLogger.h" | 39 #include "bindings/v8/V8DOMActivityLogger.h" |
| 41 #include "bindings/v8/V8DOMConfiguration.h" | 40 #include "bindings/v8/V8DOMConfiguration.h" |
| 42 #include "bindings/v8/V8EventListenerList.h" | 41 #include "bindings/v8/V8EventListenerList.h" |
| 43 #include "bindings/v8/V8HiddenValue.h" | 42 #include "bindings/v8/V8HiddenValue.h" |
| 44 #include "bindings/v8/V8ObjectConstructor.h" | 43 #include "bindings/v8/V8ObjectConstructor.h" |
| 45 #include "bindings/v8/custom/V8ArrayBufferCustom.h" | 44 #include "bindings/v8/custom/V8ArrayBufferCustom.h" |
| 46 #include "bindings/v8/custom/V8ArrayBufferViewCustom.h" | 45 #include "bindings/v8/custom/V8ArrayBufferViewCustom.h" |
| 47 #include "bindings/v8/custom/V8Float32ArrayCustom.h" | 46 #include "bindings/v8/custom/V8Float32ArrayCustom.h" |
| 48 #include "bindings/v8/custom/V8Int32ArrayCustom.h" | 47 #include "bindings/v8/custom/V8Int32ArrayCustom.h" |
| 49 #include "bindings/v8/custom/V8Uint8ArrayCustom.h" | 48 #include "bindings/v8/custom/V8Uint8ArrayCustom.h" |
| 49 #include "core/HTMLNames.h" |
| 50 #include "core/css/MediaQueryListListener.h" | 50 #include "core/css/MediaQueryListListener.h" |
| 51 #include "core/dom/ClassCollection.h" | 51 #include "core/dom/ClassCollection.h" |
| 52 #include "core/dom/ContextFeatures.h" | 52 #include "core/dom/ContextFeatures.h" |
| 53 #include "core/dom/Document.h" | 53 #include "core/dom/Document.h" |
| 54 #include "core/dom/TagCollection.h" | 54 #include "core/dom/TagCollection.h" |
| 55 #include "core/dom/custom/CustomElementCallbackDispatcher.h" | 55 #include "core/dom/custom/CustomElementCallbackDispatcher.h" |
| 56 #include "core/frame/LocalDOMWindow.h" | 56 #include "core/frame/LocalDOMWindow.h" |
| 57 #include "core/frame/UseCounter.h" | 57 #include "core/frame/UseCounter.h" |
| 58 #include "core/html/HTMLCollection.h" | 58 #include "core/html/HTMLCollection.h" |
| 59 #include "core/html/HTMLFormControlsCollection.h" | 59 #include "core/html/HTMLFormControlsCollection.h" |
| (...skipping 10046 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 10106 fromInternalPointer(object)->deref(); | 10106 fromInternalPointer(object)->deref(); |
| 10107 } | 10107 } |
| 10108 | 10108 |
| 10109 template<> | 10109 template<> |
| 10110 v8::Handle<v8::Value> toV8NoInline(TestObject* impl, v8::Handle<v8::Object> crea
tionContext, v8::Isolate* isolate) | 10110 v8::Handle<v8::Value> toV8NoInline(TestObject* impl, v8::Handle<v8::Object> crea
tionContext, v8::Isolate* isolate) |
| 10111 { | 10111 { |
| 10112 return toV8(impl, creationContext, isolate); | 10112 return toV8(impl, creationContext, isolate); |
| 10113 } | 10113 } |
| 10114 | 10114 |
| 10115 } // namespace WebCore | 10115 } // namespace WebCore |
| OLD | NEW |