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

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

Issue 1269443002: Introduce FlexibleArrayBufferView and TypedFlexibleArrayBufferView (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed typo Created 5 years, 4 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. 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 "bindings/core/v8/UnionTypesCore.h" 8 #include "bindings/core/v8/UnionTypesCore.h"
9 9
10 #include "bindings/core/v8/Dictionary.h" 10 #include "bindings/core/v8/Dictionary.h"
11 #include "bindings/core/v8/UnionTypesCore.h" 11 #include "bindings/core/v8/UnionTypesCore.h"
12 #include "bindings/core/v8/V8ArrayBuffer.h" 12 #include "bindings/core/v8/V8ArrayBuffer.h"
13 #include "bindings/core/v8/V8ArrayBufferView.h" 13 #include "bindings/core/v8/V8ArrayBufferView.h"
14 #include "bindings/core/v8/V8Node.h" 14 #include "bindings/core/v8/V8Node.h"
15 #include "bindings/core/v8/V8NodeList.h" 15 #include "bindings/core/v8/V8NodeList.h"
16 #include "bindings/core/v8/V8TestDictionary.h" 16 #include "bindings/core/v8/V8TestDictionary.h"
17 #include "bindings/core/v8/V8TestInterface.h" 17 #include "bindings/core/v8/V8TestInterface.h"
18 #include "bindings/core/v8/V8TestInterface2.h" 18 #include "bindings/core/v8/V8TestInterface2.h"
19 #include "bindings/core/v8/V8TestInterfaceEmpty.h" 19 #include "bindings/core/v8/V8TestInterfaceEmpty.h"
20 #include "bindings/core/v8/V8TestInterfaceGarbageCollected.h" 20 #include "bindings/core/v8/V8TestInterfaceGarbageCollected.h"
21 #include "bindings/core/v8/V8TestInterfaceWillBeGarbageCollected.h" 21 #include "bindings/core/v8/V8TestInterfaceWillBeGarbageCollected.h"
22 #include "bindings/core/v8/V8Uint8Array.h" 22 #include "bindings/core/v8/V8Uint8Array.h"
23 #include "bindings/tests/idls/core/TestImplements2.h" 23 #include "bindings/tests/idls/core/TestImplements2.h"
24 #include "bindings/tests/idls/core/TestImplements3Implementation.h" 24 #include "bindings/tests/idls/core/TestImplements3Implementation.h"
25 #include "bindings/tests/idls/core/TestPartialInterface.h" 25 #include "bindings/tests/idls/core/TestPartialInterface.h"
26 #include "bindings/tests/idls/core/TestPartialInterfaceImplementation.h" 26 #include "bindings/tests/idls/core/TestPartialInterfaceImplementation.h"
27 #include "core/dom/FlexibleArrayBufferView.h"
27 #include "core/dom/NameNodeList.h" 28 #include "core/dom/NameNodeList.h"
28 #include "core/dom/NodeList.h" 29 #include "core/dom/NodeList.h"
29 #include "core/dom/StaticNodeList.h" 30 #include "core/dom/StaticNodeList.h"
30 #include "core/html/LabelsNodeList.h" 31 #include "core/html/LabelsNodeList.h"
31 32
32 namespace blink { 33 namespace blink {
33 34
34 ArrayBufferOrArrayBufferViewOrDictionary::ArrayBufferOrArrayBufferViewOrDictiona ry() 35 ArrayBufferOrArrayBufferViewOrDictionary::ArrayBufferOrArrayBufferViewOrDictiona ry()
35 : m_type(SpecificTypeNone) 36 : m_type(SpecificTypeNone)
36 { 37 {
(...skipping 1567 matching lines...) Expand 10 before | Expand all | Expand 10 after
1604 } 1605 }
1605 1606
1606 UnrestrictedDoubleOrString NativeValueTraits<UnrestrictedDoubleOrString>::native Value(v8::Isolate* isolate, v8::Local<v8::Value> value, ExceptionState& exceptio nState) 1607 UnrestrictedDoubleOrString NativeValueTraits<UnrestrictedDoubleOrString>::native Value(v8::Isolate* isolate, v8::Local<v8::Value> value, ExceptionState& exceptio nState)
1607 { 1608 {
1608 UnrestrictedDoubleOrString impl; 1609 UnrestrictedDoubleOrString impl;
1609 V8UnrestrictedDoubleOrString::toImpl(isolate, value, impl, exceptionState); 1610 V8UnrestrictedDoubleOrString::toImpl(isolate, value, impl, exceptionState);
1610 return impl; 1611 return impl;
1611 } 1612 }
1612 1613
1613 } // namespace blink 1614 } // namespace blink
OLDNEW
« no previous file with comments | « Source/bindings/tests/idls/core/TestObject.idl ('k') | Source/bindings/tests/results/core/V8DataView.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698