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

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

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.cpp.tmpl 9 // third_party/WebKit/Source/bindings/templates/interface.cpp.tmpl
10 10
(...skipping 21 matching lines...) Expand all
32 #include "bindings/core/v8/V8EventListenerHelper.h" 32 #include "bindings/core/v8/V8EventListenerHelper.h"
33 #include "bindings/core/v8/V8EventTarget.h" 33 #include "bindings/core/v8/V8EventTarget.h"
34 #include "bindings/core/v8/V8Float32Array.h" 34 #include "bindings/core/v8/V8Float32Array.h"
35 #include "bindings/core/v8/V8HTMLCollection.h" 35 #include "bindings/core/v8/V8HTMLCollection.h"
36 #include "bindings/core/v8/V8HTMLElement.h" 36 #include "bindings/core/v8/V8HTMLElement.h"
37 #include "bindings/core/v8/V8Int32Array.h" 37 #include "bindings/core/v8/V8Int32Array.h"
38 #include "bindings/core/v8/V8Iterator.h" 38 #include "bindings/core/v8/V8Iterator.h"
39 #include "bindings/core/v8/V8MessagePort.h" 39 #include "bindings/core/v8/V8MessagePort.h"
40 #include "bindings/core/v8/V8Node.h" 40 #include "bindings/core/v8/V8Node.h"
41 #include "bindings/core/v8/V8NodeFilterCondition.h" 41 #include "bindings/core/v8/V8NodeFilterCondition.h"
42 #include "bindings/core/v8/V8PrivateProperty.h"
43 #include "bindings/core/v8/V8ShadowRoot.h" 42 #include "bindings/core/v8/V8ShadowRoot.h"
44 #include "bindings/core/v8/V8TestCallbackInterface.h" 43 #include "bindings/core/v8/V8TestCallbackInterface.h"
45 #include "bindings/core/v8/V8TestDictionary.h" 44 #include "bindings/core/v8/V8TestDictionary.h"
46 #include "bindings/core/v8/V8TestInterface.h" 45 #include "bindings/core/v8/V8TestInterface.h"
47 #include "bindings/core/v8/V8TestInterfaceEmpty.h" 46 #include "bindings/core/v8/V8TestInterfaceEmpty.h"
48 #include "bindings/core/v8/V8TestInterfaceGarbageCollected.h" 47 #include "bindings/core/v8/V8TestInterfaceGarbageCollected.h"
49 #include "bindings/core/v8/V8TestNode.h" 48 #include "bindings/core/v8/V8TestNode.h"
50 #include "bindings/core/v8/V8TestObject.h" 49 #include "bindings/core/v8/V8TestObject.h"
51 #include "bindings/core/v8/V8Uint8Array.h" 50 #include "bindings/core/v8/V8Uint8Array.h"
52 #include "bindings/core/v8/V8Window.h" 51 #include "bindings/core/v8/V8Window.h"
(...skipping 15 matching lines...) Expand all
68 #include "core/html/HTMLCollection.h" 67 #include "core/html/HTMLCollection.h"
69 #include "core/html/HTMLDataListOptionsCollection.h" 68 #include "core/html/HTMLDataListOptionsCollection.h"
70 #include "core/html/HTMLFormControlsCollection.h" 69 #include "core/html/HTMLFormControlsCollection.h"
71 #include "core/html/HTMLTableRowsCollection.h" 70 #include "core/html/HTMLTableRowsCollection.h"
72 #include "core/inspector/ConsoleMessage.h" 71 #include "core/inspector/ConsoleMessage.h"
73 #include "core/inspector/ScriptArguments.h" 72 #include "core/inspector/ScriptArguments.h"
74 #include "core/origin_trials/OriginTrials.h" 73 #include "core/origin_trials/OriginTrials.h"
75 #include "platform/RuntimeEnabledFeatures.h" 74 #include "platform/RuntimeEnabledFeatures.h"
76 #include "platform/bindings/ScriptState.h" 75 #include "platform/bindings/ScriptState.h"
77 #include "platform/bindings/V8ObjectConstructor.h" 76 #include "platform/bindings/V8ObjectConstructor.h"
77 #include "platform/bindings/V8PrivateProperty.h"
78 #include "platform/wtf/GetPtr.h" 78 #include "platform/wtf/GetPtr.h"
79 #include "platform/wtf/RefPtr.h" 79 #include "platform/wtf/RefPtr.h"
80 80
81 namespace blink { 81 namespace blink {
82 82
83 // Suppress warning: global constructors, because struct WrapperTypeInfo is triv ial 83 // Suppress warning: global constructors, because struct WrapperTypeInfo is triv ial
84 // and does not depend on another global objects. 84 // and does not depend on another global objects.
85 #if defined(COMPONENT_BUILD) && defined(WIN32) && COMPILER(CLANG) 85 #if defined(COMPONENT_BUILD) && defined(WIN32) && COMPILER(CLANG)
86 #pragma clang diagnostic push 86 #pragma clang diagnostic push
87 #pragma clang diagnostic ignored "-Wglobal-constructors" 87 #pragma clang diagnostic ignored "-Wglobal-constructors"
(...skipping 12387 matching lines...) Expand 10 before | Expand all | Expand 10 after
12475 unscopables->CreateDataProperty(context, V8AtomicString(isolate, "unscopable RuntimeEnabledLongAttribute"), v8::True(isolate)).FromJust(); 12475 unscopables->CreateDataProperty(context, V8AtomicString(isolate, "unscopable RuntimeEnabledLongAttribute"), v8::True(isolate)).FromJust();
12476 } 12476 }
12477 if (RuntimeEnabledFeatures::featureNameEnabled()) { 12477 if (RuntimeEnabledFeatures::featureNameEnabled()) {
12478 unscopables->CreateDataProperty(context, V8AtomicString(isolate, "unscopable RuntimeEnabledVoidMethod"), v8::True(isolate)).FromJust(); 12478 unscopables->CreateDataProperty(context, V8AtomicString(isolate, "unscopable RuntimeEnabledVoidMethod"), v8::True(isolate)).FromJust();
12479 } 12479 }
12480 unscopables->CreateDataProperty(context, V8AtomicString(isolate, "unscopableVo idMethod"), v8::True(isolate)).FromJust(); 12480 unscopables->CreateDataProperty(context, V8AtomicString(isolate, "unscopableVo idMethod"), v8::True(isolate)).FromJust();
12481 prototypeObject->CreateDataProperty(context, unscopablesSymbol, unscopables).F romJust(); 12481 prototypeObject->CreateDataProperty(context, unscopablesSymbol, unscopables).F romJust();
12482 } 12482 }
12483 12483
12484 } // namespace blink 12484 } // namespace blink
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698