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

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

Issue 564063002: Generate simple code for "trivial" conversions (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebased 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
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 "V8TestInterfaceConstructor.h" 8 #include "V8TestInterfaceConstructor.h"
9 9
10 #include "bindings/core/v8/Dictionary.h" 10 #include "bindings/core/v8/Dictionary.h"
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 Dictionary dictionaryArg; 59 Dictionary dictionaryArg;
60 Vector<String> sequenceStringArg; 60 Vector<String> sequenceStringArg;
61 Vector<Dictionary> sequenceDictionaryArg; 61 Vector<Dictionary> sequenceDictionaryArg;
62 Dictionary optionalDictionaryArg; 62 Dictionary optionalDictionaryArg;
63 TestInterfaceEmpty* optionalTestInterfaceEmptyArg; 63 TestInterfaceEmpty* optionalTestInterfaceEmptyArg;
64 { 64 {
65 v8::TryCatch block; 65 v8::TryCatch block;
66 V8RethrowTryCatchScope rethrow(block); 66 V8RethrowTryCatchScope rethrow(block);
67 TONATIVE_VOID_EXCEPTIONSTATE_INTERNAL(doubleArg, toDouble(info[0], excep tionState), exceptionState); 67 TONATIVE_VOID_EXCEPTIONSTATE_INTERNAL(doubleArg, toDouble(info[0], excep tionState), exceptionState);
68 TOSTRING_VOID_INTERNAL(stringArg, info[1]); 68 TOSTRING_VOID_INTERNAL(stringArg, info[1]);
69 TONATIVE_VOID_INTERNAL(testInterfaceEmptyArg, V8TestInterfaceEmpty::toIm plWithTypeCheck(info.GetIsolate(), info[2])); 69 testInterfaceEmptyArg = V8TestInterfaceEmpty::toImplWithTypeCheck(info.G etIsolate(), info[2]);
70 if (!isUndefinedOrNull(info[3]) && !info[3]->IsObject()) { 70 if (!isUndefinedOrNull(info[3]) && !info[3]->IsObject()) {
71 exceptionState.throwTypeError("parameter 4 ('dictionaryArg') is not an object."); 71 exceptionState.throwTypeError("parameter 4 ('dictionaryArg') is not an object.");
72 exceptionState.throwIfNeeded(); 72 exceptionState.throwIfNeeded();
73 return; 73 return;
74 } 74 }
75 TONATIVE_VOID_INTERNAL(dictionaryArg, Dictionary(info[3], info.GetIsolat e())); 75 TONATIVE_VOID_INTERNAL(dictionaryArg, Dictionary(info[3], info.GetIsolat e()));
76 TONATIVE_VOID_INTERNAL(sequenceStringArg, toImplArray<String>(info[4], 5 , info.GetIsolate())); 76 TONATIVE_VOID_INTERNAL(sequenceStringArg, toImplArray<String>(info[4], 5 , info.GetIsolate()));
77 TONATIVE_VOID_INTERNAL(sequenceDictionaryArg, toImplArray<Dictionary>(in fo[5], 6, info.GetIsolate())); 77 TONATIVE_VOID_INTERNAL(sequenceDictionaryArg, toImplArray<Dictionary>(in fo[5], 6, info.GetIsolate()));
78 if (!isUndefinedOrNull(info[6]) && !info[6]->IsObject()) { 78 if (!isUndefinedOrNull(info[6]) && !info[6]->IsObject()) {
79 exceptionState.throwTypeError("parameter 7 ('optionalDictionaryArg') is not an object."); 79 exceptionState.throwTypeError("parameter 7 ('optionalDictionaryArg') is not an object.");
80 exceptionState.throwIfNeeded(); 80 exceptionState.throwIfNeeded();
81 return; 81 return;
82 } 82 }
83 TONATIVE_VOID_INTERNAL(optionalDictionaryArg, Dictionary(info[6], info.G etIsolate())); 83 TONATIVE_VOID_INTERNAL(optionalDictionaryArg, Dictionary(info[6], info.G etIsolate()));
84 TONATIVE_VOID_INTERNAL(optionalTestInterfaceEmptyArg, V8TestInterfaceEmp ty::toImplWithTypeCheck(info.GetIsolate(), info[7])); 84 optionalTestInterfaceEmptyArg = V8TestInterfaceEmpty::toImplWithTypeChec k(info.GetIsolate(), info[7]);
85 } 85 }
86 ExecutionContext* executionContext = currentExecutionContext(info.GetIsolate ()); 86 ExecutionContext* executionContext = currentExecutionContext(info.GetIsolate ());
87 Document& document = *toDocument(currentExecutionContext(info.GetIsolate())) ; 87 Document& document = *toDocument(currentExecutionContext(info.GetIsolate())) ;
88 RefPtr<TestInterfaceConstructor> impl = TestInterfaceConstructor::create(exe cutionContext, document, doubleArg, stringArg, testInterfaceEmptyArg, dictionary Arg, sequenceStringArg, sequenceDictionaryArg, optionalDictionaryArg, optionalTe stInterfaceEmptyArg, exceptionState); 88 RefPtr<TestInterfaceConstructor> impl = TestInterfaceConstructor::create(exe cutionContext, document, doubleArg, stringArg, testInterfaceEmptyArg, dictionary Arg, sequenceStringArg, sequenceDictionaryArg, optionalDictionaryArg, optionalTe stInterfaceEmptyArg, exceptionState);
89 if (exceptionState.hadException()) { 89 if (exceptionState.hadException()) {
90 exceptionState.throwIfNeeded(); 90 exceptionState.throwIfNeeded();
91 return; 91 return;
92 } 92 }
93 v8::Handle<v8::Object> wrapper = info.Holder(); 93 v8::Handle<v8::Object> wrapper = info.Holder();
94 impl->associateWithWrapper(&V8TestInterfaceConstructor::wrapperTypeInfo, wra pper, info.GetIsolate()); 94 impl->associateWithWrapper(&V8TestInterfaceConstructor::wrapperTypeInfo, wra pper, info.GetIsolate());
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
354 return 0; 354 return 0;
355 } 355 }
356 356
357 template<> 357 template<>
358 v8::Handle<v8::Value> toV8NoInline(TestInterfaceConstructor* impl, v8::Handle<v8 ::Object> creationContext, v8::Isolate* isolate) 358 v8::Handle<v8::Value> toV8NoInline(TestInterfaceConstructor* impl, v8::Handle<v8 ::Object> creationContext, v8::Isolate* isolate)
359 { 359 {
360 return toV8(impl, creationContext, isolate); 360 return toV8(impl, creationContext, isolate);
361 } 361 }
362 362
363 } // namespace blink 363 } // namespace blink
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698