OLD | NEW |
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 "V8TestInterfaceConstructor4.h" | 8 #include "V8TestInterfaceConstructor4.h" |
9 | 9 |
10 #include "bindings/core/v8/ExceptionState.h" | 10 #include "bindings/core/v8/ExceptionState.h" |
(...skipping 20 matching lines...) Expand all Loading... |
31 | 31 |
32 void webCoreInitializeScriptWrappableForInterface(blink::TestInterfaceConstructo
r4* object) | 32 void webCoreInitializeScriptWrappableForInterface(blink::TestInterfaceConstructo
r4* object) |
33 { | 33 { |
34 blink::initializeScriptWrappableForInterface(object); | 34 blink::initializeScriptWrappableForInterface(object); |
35 } | 35 } |
36 | 36 |
37 namespace blink { | 37 namespace blink { |
38 | 38 |
39 const WrapperTypeInfo V8TestInterfaceConstructor4::wrapperTypeInfo = { gin::kEmb
edderBlink, V8TestInterfaceConstructor4::domTemplate, V8TestInterfaceConstructor
4::refObject, V8TestInterfaceConstructor4::derefObject, V8TestInterfaceConstruct
or4::createPersistentHandle, 0, 0, 0, V8TestInterfaceConstructor4::installCondit
ionallyEnabledMethods, V8TestInterfaceConstructor4::installConditionallyEnabledP
roperties, 0, WrapperTypeObjectPrototype, RefCountedObject }; | 39 const WrapperTypeInfo V8TestInterfaceConstructor4::wrapperTypeInfo = { gin::kEmb
edderBlink, V8TestInterfaceConstructor4::domTemplate, V8TestInterfaceConstructor
4::refObject, V8TestInterfaceConstructor4::derefObject, V8TestInterfaceConstruct
or4::createPersistentHandle, 0, 0, 0, V8TestInterfaceConstructor4::installCondit
ionallyEnabledMethods, V8TestInterfaceConstructor4::installConditionallyEnabledP
roperties, 0, WrapperTypeObjectPrototype, RefCountedObject }; |
40 | 40 |
| 41 // The definition of TestInterfaceConstructor4's WrapperTypeInfo. If TestInterfa
ceConstructor4 inherits |
| 42 // from ScriptWrappable, you have to write DEFINE_WRAPPERTYPEINFO macro in the |
| 43 // class definition. Otherwise, you have to write NotScriptWrappable in the IDL |
| 44 // file as an extended attribute in order to let IDL compiler know that |
| 45 // TestInterfaceConstructor4 doesn't inherit from ScriptWrappable. Note that |
| 46 // NotScriptWrappable is inheritable. |
| 47 const WrapperTypeInfo& TestInterfaceConstructor4::s_wrapperTypeInfo = V8TestInte
rfaceConstructor4::wrapperTypeInfo; |
| 48 |
41 namespace TestInterfaceConstructor4V8Internal { | 49 namespace TestInterfaceConstructor4V8Internal { |
42 | 50 |
43 template <typename T> void V8_USE(T) { } | 51 template <typename T> void V8_USE(T) { } |
44 | 52 |
45 static void constructor1(const v8::FunctionCallbackInfo<v8::Value>& info) | 53 static void constructor1(const v8::FunctionCallbackInfo<v8::Value>& info) |
46 { | 54 { |
47 TestInterfaceConstructor4* testInterface4Arg; | 55 TestInterfaceConstructor4* testInterface4Arg; |
48 { | 56 { |
49 v8::TryCatch block; | 57 v8::TryCatch block; |
50 V8RethrowTryCatchScope rethrow(block); | 58 V8RethrowTryCatchScope rethrow(block); |
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
193 return 0; | 201 return 0; |
194 } | 202 } |
195 | 203 |
196 template<> | 204 template<> |
197 v8::Handle<v8::Value> toV8NoInline(TestInterfaceConstructor4* impl, v8::Handle<v
8::Object> creationContext, v8::Isolate* isolate) | 205 v8::Handle<v8::Value> toV8NoInline(TestInterfaceConstructor4* impl, v8::Handle<v
8::Object> creationContext, v8::Isolate* isolate) |
198 { | 206 { |
199 return toV8(impl, creationContext, isolate); | 207 return toV8(impl, creationContext, isolate); |
200 } | 208 } |
201 | 209 |
202 } // namespace blink | 210 } // namespace blink |
OLD | NEW |