| 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" | 10 #include "HTMLNames.h" |
| 11 #include "RuntimeEnabledFeatures.h" | 11 #include "RuntimeEnabledFeatures.h" |
| 12 #include "V8Attr.h" | 12 #include "bindings/tests/v8/V8Attr.h" |
| 13 #include "V8Document.h" | 13 #include "bindings/tests/v8/V8Document.h" |
| 14 #include "V8DocumentFragment.h" | 14 #include "bindings/tests/v8/V8DocumentFragment.h" |
| 15 #include "V8DocumentType.h" | 15 #include "bindings/tests/v8/V8DocumentType.h" |
| 16 #include "V8Element.h" | 16 #include "bindings/tests/v8/V8Element.h" |
| 17 #include "V8EventTarget.h" | 17 #include "bindings/tests/v8/V8EventTarget.h" |
| 18 #include "V8HTMLCollection.h" | 18 #include "bindings/tests/v8/V8HTMLCollection.h" |
| 19 #include "V8HTMLElement.h" | 19 #include "bindings/tests/v8/V8HTMLElement.h" |
| 20 #include "V8Node.h" | 20 #include "bindings/tests/v8/V8Node.h" |
| 21 #include "V8NodeFilter.h" | 21 #include "bindings/tests/v8/V8NodeFilter.h" |
| 22 #include "V8ShadowRoot.h" | 22 #include "bindings/tests/v8/V8ShadowRoot.h" |
| 23 #include "V8TestCallbackInterface.h" | 23 #include "bindings/tests/v8/V8TestCallbackInterface.h" |
| 24 #include "V8TestInterface.h" | 24 #include "bindings/tests/v8/V8TestInterface.h" |
| 25 #include "V8TestInterfaceEmpty.h" | 25 #include "bindings/tests/v8/V8TestInterfaceEmpty.h" |
| 26 #include "V8TestInterfaceGarbageCollected.h" | 26 #include "bindings/tests/v8/V8TestInterfaceGarbageCollected.h" |
| 27 #include "V8TestInterfaceWillBeGarbageCollected.h" | 27 #include "bindings/tests/v8/V8TestInterfaceWillBeGarbageCollected.h" |
| 28 #include "V8TestNode.h" | 28 #include "bindings/tests/v8/V8TestNode.h" |
| 29 #include "V8Window.h" | 29 #include "bindings/tests/v8/V8TestObject.h" |
| 30 #include "V8XPathNSResolver.h" | 30 #include "bindings/tests/v8/V8Window.h" |
| 31 #include "bindings/tests/v8/V8XPathNSResolver.h" |
| 31 #include "bindings/v8/BindingSecurity.h" | 32 #include "bindings/v8/BindingSecurity.h" |
| 32 #include "bindings/v8/Dictionary.h" | 33 #include "bindings/v8/Dictionary.h" |
| 33 #include "bindings/v8/ExceptionState.h" | 34 #include "bindings/v8/ExceptionState.h" |
| 34 #include "bindings/v8/ScriptCallStackFactory.h" | 35 #include "bindings/v8/ScriptCallStackFactory.h" |
| 35 #include "bindings/v8/ScriptPromise.h" | 36 #include "bindings/v8/ScriptPromise.h" |
| 36 #include "bindings/v8/ScriptState.h" | 37 #include "bindings/v8/ScriptState.h" |
| 37 #include "bindings/v8/ScriptValue.h" | 38 #include "bindings/v8/ScriptValue.h" |
| 38 #include "bindings/v8/SerializedScriptValue.h" | 39 #include "bindings/v8/SerializedScriptValue.h" |
| 39 #include "bindings/v8/V8AbstractEventListener.h" | 40 #include "bindings/v8/V8AbstractEventListener.h" |
| 40 #include "bindings/v8/V8DOMActivityLogger.h" | 41 #include "bindings/v8/V8DOMActivityLogger.h" |
| (...skipping 9326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9367 fromInternalPointer(object)->deref(); | 9368 fromInternalPointer(object)->deref(); |
| 9368 } | 9369 } |
| 9369 | 9370 |
| 9370 template<> | 9371 template<> |
| 9371 v8::Handle<v8::Value> toV8NoInline(TestObject* impl, v8::Handle<v8::Object> crea
tionContext, v8::Isolate* isolate) | 9372 v8::Handle<v8::Value> toV8NoInline(TestObject* impl, v8::Handle<v8::Object> crea
tionContext, v8::Isolate* isolate) |
| 9372 { | 9373 { |
| 9373 return toV8(impl, creationContext, isolate); | 9374 return toV8(impl, creationContext, isolate); |
| 9374 } | 9375 } |
| 9375 | 9376 |
| 9376 } // namespace WebCore | 9377 } // namespace WebCore |
| OLD | NEW |