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

Side by Side Diff: Source/bindings/tests/results/V8TestObject.cpp

Issue 351423002: Moved files under Source/bindings/v8 to Source/bindings/core/v8. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 | Annotate | Revision Log
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. 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 "bindings/core/v8/BindingSecurity.h"
11 #include "bindings/core/v8/Dictionary.h"
12 #include "bindings/core/v8/ExceptionState.h"
13 #include "bindings/core/v8/ScriptCallStackFactory.h"
14 #include "bindings/core/v8/ScriptPromise.h"
15 #include "bindings/core/v8/ScriptState.h"
16 #include "bindings/core/v8/ScriptValue.h"
17 #include "bindings/core/v8/SerializedScriptValue.h"
18 #include "bindings/core/v8/V8AbstractEventListener.h"
19 #include "bindings/core/v8/V8DOMActivityLogger.h"
20 #include "bindings/core/v8/V8DOMConfiguration.h"
21 #include "bindings/core/v8/V8EventListenerList.h"
10 #include "bindings/core/v8/V8HTMLCollection.h" 22 #include "bindings/core/v8/V8HTMLCollection.h"
23 #include "bindings/core/v8/V8HiddenValue.h"
24 #include "bindings/core/v8/V8ObjectConstructor.h"
11 #include "bindings/core/v8/custom/V8ArrayBufferCustom.h" 25 #include "bindings/core/v8/custom/V8ArrayBufferCustom.h"
12 #include "bindings/core/v8/custom/V8ArrayBufferViewCustom.h" 26 #include "bindings/core/v8/custom/V8ArrayBufferViewCustom.h"
13 #include "bindings/core/v8/custom/V8Float32ArrayCustom.h" 27 #include "bindings/core/v8/custom/V8Float32ArrayCustom.h"
14 #include "bindings/core/v8/custom/V8Int32ArrayCustom.h" 28 #include "bindings/core/v8/custom/V8Int32ArrayCustom.h"
15 #include "bindings/core/v8/custom/V8Uint8ArrayCustom.h" 29 #include "bindings/core/v8/custom/V8Uint8ArrayCustom.h"
16 #include "bindings/tests/v8/V8Attr.h" 30 #include "bindings/tests/v8/V8Attr.h"
17 #include "bindings/tests/v8/V8Document.h" 31 #include "bindings/tests/v8/V8Document.h"
18 #include "bindings/tests/v8/V8DocumentFragment.h" 32 #include "bindings/tests/v8/V8DocumentFragment.h"
19 #include "bindings/tests/v8/V8DocumentType.h" 33 #include "bindings/tests/v8/V8DocumentType.h"
20 #include "bindings/tests/v8/V8Element.h" 34 #include "bindings/tests/v8/V8Element.h"
21 #include "bindings/tests/v8/V8EventTarget.h" 35 #include "bindings/tests/v8/V8EventTarget.h"
22 #include "bindings/tests/v8/V8HTMLElement.h" 36 #include "bindings/tests/v8/V8HTMLElement.h"
23 #include "bindings/tests/v8/V8Node.h" 37 #include "bindings/tests/v8/V8Node.h"
24 #include "bindings/tests/v8/V8NodeFilter.h" 38 #include "bindings/tests/v8/V8NodeFilter.h"
25 #include "bindings/tests/v8/V8ShadowRoot.h" 39 #include "bindings/tests/v8/V8ShadowRoot.h"
26 #include "bindings/tests/v8/V8TestCallbackInterface.h" 40 #include "bindings/tests/v8/V8TestCallbackInterface.h"
27 #include "bindings/tests/v8/V8TestInterface.h" 41 #include "bindings/tests/v8/V8TestInterface.h"
28 #include "bindings/tests/v8/V8TestInterfaceEmpty.h" 42 #include "bindings/tests/v8/V8TestInterfaceEmpty.h"
29 #include "bindings/tests/v8/V8TestInterfaceGarbageCollected.h" 43 #include "bindings/tests/v8/V8TestInterfaceGarbageCollected.h"
30 #include "bindings/tests/v8/V8TestInterfaceWillBeGarbageCollected.h" 44 #include "bindings/tests/v8/V8TestInterfaceWillBeGarbageCollected.h"
31 #include "bindings/tests/v8/V8TestNode.h" 45 #include "bindings/tests/v8/V8TestNode.h"
32 #include "bindings/tests/v8/V8TestObject.h" 46 #include "bindings/tests/v8/V8TestObject.h"
33 #include "bindings/tests/v8/V8Window.h" 47 #include "bindings/tests/v8/V8Window.h"
34 #include "bindings/tests/v8/V8XPathNSResolver.h" 48 #include "bindings/tests/v8/V8XPathNSResolver.h"
35 #include "bindings/v8/BindingSecurity.h"
36 #include "bindings/v8/Dictionary.h"
37 #include "bindings/v8/ExceptionState.h"
38 #include "bindings/v8/ScriptCallStackFactory.h"
39 #include "bindings/v8/ScriptPromise.h"
40 #include "bindings/v8/ScriptState.h"
41 #include "bindings/v8/ScriptValue.h"
42 #include "bindings/v8/SerializedScriptValue.h"
43 #include "bindings/v8/V8AbstractEventListener.h"
44 #include "bindings/v8/V8DOMActivityLogger.h"
45 #include "bindings/v8/V8DOMConfiguration.h"
46 #include "bindings/v8/V8EventListenerList.h"
47 #include "bindings/v8/V8HiddenValue.h"
48 #include "bindings/v8/V8ObjectConstructor.h"
49 #include "core/HTMLNames.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/UseCounter.h" 56 #include "core/frame/UseCounter.h"
57 #include "core/html/HTMLCollection.h" 57 #include "core/html/HTMLCollection.h"
58 #include "core/html/HTMLFormControlsCollection.h" 58 #include "core/html/HTMLFormControlsCollection.h"
(...skipping 10134 matching lines...) Expand 10 before | Expand all | Expand 10 after
10193 fromInternalPointer(object)->deref(); 10193 fromInternalPointer(object)->deref();
10194 } 10194 }
10195 10195
10196 template<> 10196 template<>
10197 v8::Handle<v8::Value> toV8NoInline(TestObject* impl, v8::Handle<v8::Object> crea tionContext, v8::Isolate* isolate) 10197 v8::Handle<v8::Value> toV8NoInline(TestObject* impl, v8::Handle<v8::Object> crea tionContext, v8::Isolate* isolate)
10198 { 10198 {
10199 return toV8(impl, creationContext, isolate); 10199 return toV8(impl, creationContext, isolate);
10200 } 10200 }
10201 10201
10202 } // namespace WebCore 10202 } // namespace WebCore
OLDNEW
« no previous file with comments | « Source/bindings/tests/results/V8TestObject.h ('k') | Source/bindings/tests/results/V8TestPrivateScriptInterface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698