| OLD | NEW |
| 1 /* | 1 /* |
| 2 This file is part of the Blink open source project. | 2 This file is part of the Blink open source project. |
| 3 This file has been auto-generated by CodeGeneratorV8.pm. DO NOT MODIFY! | 3 This file has been auto-generated by CodeGeneratorV8.pm. DO NOT MODIFY! |
| 4 | 4 |
| 5 This library is free software; you can redistribute it and/or | 5 This library is free software; you can redistribute it and/or |
| 6 modify it under the terms of the GNU Library General Public | 6 modify it under the terms of the GNU Library General Public |
| 7 License as published by the Free Software Foundation; either | 7 License as published by the Free Software Foundation; either |
| 8 version 2 of the License, or (at your option) any later version. | 8 version 2 of the License, or (at your option) any later version. |
| 9 | 9 |
| 10 This library is distributed in the hope that it will be useful, | 10 This library is distributed in the hope that it will be useful, |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 59 | 59 |
| 60 template <typename T> void V8_USE(T) { } | 60 template <typename T> void V8_USE(T) { } |
| 61 | 61 |
| 62 } // namespace TestInterfaceEmptyV8Internal | 62 } // namespace TestInterfaceEmptyV8Internal |
| 63 | 63 |
| 64 static v8::Handle<v8::FunctionTemplate> ConfigureV8TestInterfaceEmptyTemplate(v8
::Handle<v8::FunctionTemplate> desc, v8::Isolate* isolate, WrapperWorldType curr
entWorldType) | 64 static v8::Handle<v8::FunctionTemplate> ConfigureV8TestInterfaceEmptyTemplate(v8
::Handle<v8::FunctionTemplate> desc, v8::Isolate* isolate, WrapperWorldType curr
entWorldType) |
| 65 { | 65 { |
| 66 desc->ReadOnlyPrototype(); | 66 desc->ReadOnlyPrototype(); |
| 67 | 67 |
| 68 v8::Local<v8::Signature> defaultSignature; | 68 v8::Local<v8::Signature> defaultSignature; |
| 69 defaultSignature = V8DOMConfiguration::installDOMClassTemplate(desc, "TestIn
terfaceEmpty", v8::Local<v8::FunctionTemplate>(), V8TestInterfaceEmpty::internal
FieldCount, | 69 defaultSignature = V8DOMConfiguration::installDOMClassTemplate(desc, "TestIn
terfaceEmpty", v8::Local<v8::FunctionTemplate>(), V8TestInterfaceEmpty::internal
FieldCount, 0, 0, 0, 0, isolate, currentWorldType); |
| 70 0, 0, | |
| 71 0, 0, isolate, currentWorldType); | |
| 72 UNUSED_PARAM(defaultSignature); | 70 UNUSED_PARAM(defaultSignature); |
| 73 | 71 |
| 74 // Custom toString template | 72 // Custom toString template |
| 75 desc->Set(v8::String::NewSymbol("toString"), V8PerIsolateData::current()->to
StringTemplate()); | 73 desc->Set(v8::String::NewSymbol("toString"), V8PerIsolateData::current()->to
StringTemplate()); |
| 76 return desc; | 74 return desc; |
| 77 } | 75 } |
| 78 | 76 |
| 79 v8::Handle<v8::FunctionTemplate> V8TestInterfaceEmpty::GetTemplate(v8::Isolate*
isolate, WrapperWorldType currentWorldType) | 77 v8::Handle<v8::FunctionTemplate> V8TestInterfaceEmpty::GetTemplate(v8::Isolate*
isolate, WrapperWorldType currentWorldType) |
| 80 { | 78 { |
| 81 V8PerIsolateData* data = V8PerIsolateData::from(isolate); | 79 V8PerIsolateData* data = V8PerIsolateData::from(isolate); |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 122 V8DOMWrapper::associateObjectWithWrapper<V8TestInterfaceEmpty>(impl, &wrappe
rTypeInfo, wrapper, isolate, WrapperConfiguration::Independent); | 120 V8DOMWrapper::associateObjectWithWrapper<V8TestInterfaceEmpty>(impl, &wrappe
rTypeInfo, wrapper, isolate, WrapperConfiguration::Independent); |
| 123 return wrapper; | 121 return wrapper; |
| 124 } | 122 } |
| 125 | 123 |
| 126 void V8TestInterfaceEmpty::derefObject(void* object) | 124 void V8TestInterfaceEmpty::derefObject(void* object) |
| 127 { | 125 { |
| 128 fromInternalPointer(object)->deref(); | 126 fromInternalPointer(object)->deref(); |
| 129 } | 127 } |
| 130 | 128 |
| 131 } // namespace WebCore | 129 } // namespace WebCore |
| OLD | NEW |