| 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 TestConstantsV8Internal | 62 } // namespace TestConstantsV8Internal |
| 63 | 63 |
| 64 static v8::Handle<v8::FunctionTemplate> ConfigureV8TestConstantsTemplate(v8::Han
dle<v8::FunctionTemplate> desc, v8::Isolate* isolate, WrapperWorldType currentWo
rldType) | 64 static v8::Handle<v8::FunctionTemplate> ConfigureV8TestConstantsTemplate(v8::Han
dle<v8::FunctionTemplate> desc, v8::Isolate* isolate, WrapperWorldType currentWo
rldType) |
| 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, "TestCo
nstants", v8::Local<v8::FunctionTemplate>(), V8TestConstants::internalFieldCount
, | 69 defaultSignature = V8DOMConfiguration::installDOMClassTemplate(desc, "TestCo
nstants", v8::Local<v8::FunctionTemplate>(), V8TestConstants::internalFieldCount
, 0, 0, 0, 0, isolate, currentWorldType); |
| 70 0, 0, | |
| 71 0, 0, isolate, currentWorldType); | |
| 72 UNUSED_PARAM(defaultSignature); | 70 UNUSED_PARAM(defaultSignature); |
| 73 v8::Local<v8::ObjectTemplate> instance = desc->InstanceTemplate(); | 71 v8::Local<v8::ObjectTemplate> instance = desc->InstanceTemplate(); |
| 74 v8::Local<v8::ObjectTemplate> proto = desc->PrototypeTemplate(); | 72 v8::Local<v8::ObjectTemplate> proto = desc->PrototypeTemplate(); |
| 75 UNUSED_PARAM(instance); | 73 UNUSED_PARAM(instance); |
| 76 UNUSED_PARAM(proto); | 74 UNUSED_PARAM(proto); |
| 77 static const V8DOMConfiguration::ConstantConfiguration V8TestConstantsConsta
nts[] = { | 75 static const V8DOMConfiguration::ConstantConfiguration V8TestConstantsConsta
nts[] = { |
| 78 {"CONST_VALUE_0", 0}, | 76 {"CONST_VALUE_0", 0}, |
| 79 {"CONST_VALUE_1", 1}, | 77 {"CONST_VALUE_1", 1}, |
| 80 {"CONST_VALUE_2", 2}, | 78 {"CONST_VALUE_2", 2}, |
| 81 {"CONST_VALUE_4", 4}, | 79 {"CONST_VALUE_4", 4}, |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 168 V8DOMWrapper::associateObjectWithWrapper<V8TestConstants>(impl, &wrapperType
Info, wrapper, isolate, WrapperConfiguration::Independent); | 166 V8DOMWrapper::associateObjectWithWrapper<V8TestConstants>(impl, &wrapperType
Info, wrapper, isolate, WrapperConfiguration::Independent); |
| 169 return wrapper; | 167 return wrapper; |
| 170 } | 168 } |
| 171 | 169 |
| 172 void V8TestConstants::derefObject(void* object) | 170 void V8TestConstants::derefObject(void* object) |
| 173 { | 171 { |
| 174 fromInternalPointer(object)->deref(); | 172 fromInternalPointer(object)->deref(); |
| 175 } | 173 } |
| 176 | 174 |
| 177 } // namespace WebCore | 175 } // namespace WebCore |
| OLD | NEW |