| 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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 143 } | 143 } |
| 144 | 144 |
| 145 static void funcTestInterfaceImplementedAsParamMethodCallback(const v8::Function
CallbackInfo<v8::Value>& args) | 145 static void funcTestInterfaceImplementedAsParamMethodCallback(const v8::Function
CallbackInfo<v8::Value>& args) |
| 146 { | 146 { |
| 147 RealClassV8Internal::funcTestInterfaceImplementedAsParamMethod(args); | 147 RealClassV8Internal::funcTestInterfaceImplementedAsParamMethod(args); |
| 148 } | 148 } |
| 149 | 149 |
| 150 } // namespace RealClassV8Internal | 150 } // namespace RealClassV8Internal |
| 151 | 151 |
| 152 static const V8DOMConfiguration::BatchedAttribute V8TestInterfaceImplementedAsAt
trs[] = { | 152 static const V8DOMConfiguration::BatchedAttribute V8TestInterfaceImplementedAsAt
trs[] = { |
| 153 // Attribute 'a' (Type: 'attribute' ExtAttr: '') | 153 // Attribute 'a' |
| 154 {"a", RealClassV8Internal::aAttrGetterCallback, RealClassV8Internal::aAttrSe
tterCallback, 0, 0, 0 /* no data */, static_cast<v8::AccessControl>(v8::DEFAULT)
, static_cast<v8::PropertyAttribute>(v8::None), 0 /* on instance */}, | 154 {"a", RealClassV8Internal::aAttrGetterCallback, RealClassV8Internal::aAttrSe
tterCallback, 0, 0, 0 /* no data */, static_cast<v8::AccessControl>(v8::DEFAULT)
, static_cast<v8::PropertyAttribute>(v8::None), 0 /* on instance */}, |
| 155 // Attribute 'b' (Type: 'attribute' ExtAttr: '') | 155 // Attribute 'b' |
| 156 {"b", RealClassV8Internal::bAttrGetterCallback, RealClassV8Internal::bAttrSe
tterCallback, 0, 0, 0 /* no data */, static_cast<v8::AccessControl>(v8::DEFAULT)
, static_cast<v8::PropertyAttribute>(v8::None), 0 /* on instance */}, | 156 {"b", RealClassV8Internal::bAttrGetterCallback, RealClassV8Internal::bAttrSe
tterCallback, 0, 0, 0 /* no data */, static_cast<v8::AccessControl>(v8::DEFAULT)
, static_cast<v8::PropertyAttribute>(v8::None), 0 /* on instance */}, |
| 157 }; | 157 }; |
| 158 | 158 |
| 159 static const V8DOMConfiguration::BatchedMethod V8TestInterfaceImplementedAsMetho
ds[] = { | 159 static const V8DOMConfiguration::BatchedMethod V8TestInterfaceImplementedAsMetho
ds[] = { |
| 160 {"func1", RealClassV8Internal::func1MethodCallback, 0, 1}, | 160 {"func1", RealClassV8Internal::func1MethodCallback, 0, 1}, |
| 161 }; | 161 }; |
| 162 | 162 |
| 163 static v8::Handle<v8::FunctionTemplate> ConfigureV8TestInterfaceImplementedAsTem
plate(v8::Handle<v8::FunctionTemplate> desc, v8::Isolate* isolate, WrapperWorldT
ype currentWorldType) | 163 static v8::Handle<v8::FunctionTemplate> ConfigureV8TestInterfaceImplementedAsTem
plate(v8::Handle<v8::FunctionTemplate> desc, v8::Isolate* isolate, WrapperWorldT
ype currentWorldType) |
| 164 { | 164 { |
| 165 desc->ReadOnlyPrototype(); | 165 desc->ReadOnlyPrototype(); |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 224 installPerContextProperties(wrapper, impl.get(), isolate); | 224 installPerContextProperties(wrapper, impl.get(), isolate); |
| 225 V8DOMWrapper::associateObjectWithWrapper(impl, &info, wrapper, isolate, Wrap
perConfiguration::Independent); | 225 V8DOMWrapper::associateObjectWithWrapper(impl, &info, wrapper, isolate, Wrap
perConfiguration::Independent); |
| 226 return wrapper; | 226 return wrapper; |
| 227 } | 227 } |
| 228 void V8TestInterfaceImplementedAs::derefObject(void* object) | 228 void V8TestInterfaceImplementedAs::derefObject(void* object) |
| 229 { | 229 { |
| 230 static_cast<RealClass*>(object)->deref(); | 230 static_cast<RealClass*>(object)->deref(); |
| 231 } | 231 } |
| 232 | 232 |
| 233 } // namespace WebCore | 233 } // namespace WebCore |
| OLD | NEW |