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

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

Issue 563453002: run-bindings-tests should use 'core' or 'modules' as component_dir. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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" 10 #include "bindings/core/v8/BindingSecurity.h"
11 #include "bindings/core/v8/Dictionary.h" 11 #include "bindings/core/v8/Dictionary.h"
12 #include "bindings/core/v8/ExceptionState.h" 12 #include "bindings/core/v8/ExceptionState.h"
13 #include "bindings/core/v8/PrivateScriptRunner.h" 13 #include "bindings/core/v8/PrivateScriptRunner.h"
14 #include "bindings/core/v8/ScriptCallStackFactory.h" 14 #include "bindings/core/v8/ScriptCallStackFactory.h"
15 #include "bindings/core/v8/ScriptPromise.h" 15 #include "bindings/core/v8/ScriptPromise.h"
16 #include "bindings/core/v8/ScriptState.h" 16 #include "bindings/core/v8/ScriptState.h"
17 #include "bindings/core/v8/ScriptValue.h" 17 #include "bindings/core/v8/ScriptValue.h"
18 #include "bindings/core/v8/SerializedScriptValue.h" 18 #include "bindings/core/v8/SerializedScriptValue.h"
19 #include "bindings/core/v8/V8AbstractEventListener.h" 19 #include "bindings/core/v8/V8AbstractEventListener.h"
20 #include "bindings/core/v8/V8Attr.h"
20 #include "bindings/core/v8/V8DOMActivityLogger.h" 21 #include "bindings/core/v8/V8DOMActivityLogger.h"
21 #include "bindings/core/v8/V8DOMConfiguration.h" 22 #include "bindings/core/v8/V8DOMConfiguration.h"
23 #include "bindings/core/v8/V8Document.h"
24 #include "bindings/core/v8/V8DocumentFragment.h"
25 #include "bindings/core/v8/V8DocumentType.h"
26 #include "bindings/core/v8/V8Element.h"
22 #include "bindings/core/v8/V8EventListenerList.h" 27 #include "bindings/core/v8/V8EventListenerList.h"
28 #include "bindings/core/v8/V8EventTarget.h"
23 #include "bindings/core/v8/V8HTMLCollection.h" 29 #include "bindings/core/v8/V8HTMLCollection.h"
30 #include "bindings/core/v8/V8HTMLElement.h"
24 #include "bindings/core/v8/V8HiddenValue.h" 31 #include "bindings/core/v8/V8HiddenValue.h"
32 #include "bindings/core/v8/V8Node.h"
33 #include "bindings/core/v8/V8NodeFilter.h"
25 #include "bindings/core/v8/V8ObjectConstructor.h" 34 #include "bindings/core/v8/V8ObjectConstructor.h"
35 #include "bindings/core/v8/V8ShadowRoot.h"
36 #include "bindings/core/v8/V8TestCallbackInterface.h"
37 #include "bindings/core/v8/V8TestDictionary.h"
38 #include "bindings/core/v8/V8TestInterface.h"
39 #include "bindings/core/v8/V8TestInterfaceEmpty.h"
40 #include "bindings/core/v8/V8TestInterfaceGarbageCollected.h"
41 #include "bindings/core/v8/V8TestInterfaceWillBeGarbageCollected.h"
42 #include "bindings/core/v8/V8TestNode.h"
43 #include "bindings/core/v8/V8TestObject.h"
44 #include "bindings/core/v8/V8Window.h"
45 #include "bindings/core/v8/V8XPathNSResolver.h"
26 #include "bindings/core/v8/custom/V8ArrayBufferCustom.h" 46 #include "bindings/core/v8/custom/V8ArrayBufferCustom.h"
27 #include "bindings/core/v8/custom/V8ArrayBufferViewCustom.h" 47 #include "bindings/core/v8/custom/V8ArrayBufferViewCustom.h"
28 #include "bindings/core/v8/custom/V8Float32ArrayCustom.h" 48 #include "bindings/core/v8/custom/V8Float32ArrayCustom.h"
29 #include "bindings/core/v8/custom/V8Int32ArrayCustom.h" 49 #include "bindings/core/v8/custom/V8Int32ArrayCustom.h"
30 #include "bindings/core/v8/custom/V8Uint8ArrayCustom.h" 50 #include "bindings/core/v8/custom/V8Uint8ArrayCustom.h"
31 #include "bindings/tests/v8/V8Attr.h"
32 #include "bindings/tests/v8/V8Document.h"
33 #include "bindings/tests/v8/V8DocumentFragment.h"
34 #include "bindings/tests/v8/V8DocumentType.h"
35 #include "bindings/tests/v8/V8Element.h"
36 #include "bindings/tests/v8/V8EventTarget.h"
37 #include "bindings/tests/v8/V8HTMLElement.h"
38 #include "bindings/tests/v8/V8Node.h"
39 #include "bindings/tests/v8/V8NodeFilter.h"
40 #include "bindings/tests/v8/V8ShadowRoot.h"
41 #include "bindings/tests/v8/V8TestCallbackInterface.h"
42 #include "bindings/tests/v8/V8TestDictionary.h"
43 #include "bindings/tests/v8/V8TestInterface.h"
44 #include "bindings/tests/v8/V8TestInterfaceEmpty.h"
45 #include "bindings/tests/v8/V8TestInterfaceGarbageCollected.h"
46 #include "bindings/tests/v8/V8TestInterfaceWillBeGarbageCollected.h"
47 #include "bindings/tests/v8/V8TestNode.h"
48 #include "bindings/tests/v8/V8TestObject.h"
49 #include "bindings/tests/v8/V8Window.h"
50 #include "bindings/tests/v8/V8XPathNSResolver.h"
51 #include "core/HTMLNames.h" 51 #include "core/HTMLNames.h"
52 #include "core/dom/ClassCollection.h" 52 #include "core/dom/ClassCollection.h"
53 #include "core/dom/ContextFeatures.h" 53 #include "core/dom/ContextFeatures.h"
54 #include "core/dom/Document.h" 54 #include "core/dom/Document.h"
55 #include "core/dom/TagCollection.h" 55 #include "core/dom/TagCollection.h"
56 #include "core/dom/custom/CustomElementProcessingStack.h" 56 #include "core/dom/custom/CustomElementProcessingStack.h"
57 #include "core/frame/LocalFrame.h" 57 #include "core/frame/LocalFrame.h"
58 #include "core/frame/UseCounter.h" 58 #include "core/frame/UseCounter.h"
59 #include "core/html/HTMLCollection.h" 59 #include "core/html/HTMLCollection.h"
60 #include "core/html/HTMLDataListOptionsCollection.h" 60 #include "core/html/HTMLDataListOptionsCollection.h"
(...skipping 11232 matching lines...) Expand 10 before | Expand all | Expand 10 after
11293 PrivateScriptRunner::runDOMAttributeSetter(scriptState, "TestObject", "enumF orPrivateScript", holder, v8String(scriptState->isolate(), cppValue)); 11293 PrivateScriptRunner::runDOMAttributeSetter(scriptState, "TestObject", "enumF orPrivateScript", holder, v8String(scriptState->isolate(), cppValue));
11294 if (block.HasCaught()) { 11294 if (block.HasCaught()) {
11295 PrivateScriptRunner::rethrowExceptionInPrivateScript(scriptState->isolat e(), exceptionState, block); 11295 PrivateScriptRunner::rethrowExceptionInPrivateScript(scriptState->isolat e(), exceptionState, block);
11296 block.ReThrow(); 11296 block.ReThrow();
11297 return false; 11297 return false;
11298 } 11298 }
11299 return true; 11299 return true;
11300 } 11300 }
11301 11301
11302 } // namespace blink 11302 } // namespace blink
OLDNEW
« no previous file with comments | « Source/bindings/tests/results/core/V8TestNode.h ('k') | Source/bindings/tests/results/core/V8TestSpecialOperations.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698