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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
57 // In ScriptWrappable::init, the use of a local function declaration has an issu
e on Windows: | 57 // In ScriptWrappable::init, the use of a local function declaration has an issu
e on Windows: |
58 // the local declaration does not pick up the surrounding namespace. Therefore,
we provide this function | 58 // the local declaration does not pick up the surrounding namespace. Therefore,
we provide this function |
59 // in the global namespace. | 59 // in the global namespace. |
60 // (More info on the MSVC bug here: http://connect.microsoft.com/VisualStudio/fe
edback/details/664619/the-namespace-of-local-function-declarations-in-c) | 60 // (More info on the MSVC bug here: http://connect.microsoft.com/VisualStudio/fe
edback/details/664619/the-namespace-of-local-function-declarations-in-c) |
61 void webCoreInitializeScriptWrappableForInterface(WebCore::TestInterface* object
) | 61 void webCoreInitializeScriptWrappableForInterface(WebCore::TestInterface* object
) |
62 { | 62 { |
63 WebCore::initializeScriptWrappableForInterface(object); | 63 WebCore::initializeScriptWrappableForInterface(object); |
64 } | 64 } |
65 | 65 |
66 namespace WebCore { | 66 namespace WebCore { |
67 WrapperTypeInfo V8TestInterface::wrapperTypeInfo = { V8TestInterface::GetTemplat
e, V8TestInterface::derefObject, V8TestInterface::toActiveDOMObject, 0, 0, V8Tes
tInterface::installPerContextEnabledPrototypeProperties, 0, WrapperTypeObjectPro
totype }; | 67 const WrapperTypeInfo V8TestInterface::wrapperTypeInfo = { V8TestInterface::GetT
emplate, V8TestInterface::derefObject, V8TestInterface::toActiveDOMObject, 0, 0,
V8TestInterface::installPerContextEnabledPrototypeProperties, 0, WrapperTypeObj
ectPrototype }; |
68 | 68 |
69 namespace TestInterfaceV8Internal { | 69 namespace TestInterfaceV8Internal { |
70 | 70 |
71 template <typename T> void V8_USE(T) { } | 71 template <typename T> void V8_USE(T) { } |
72 | 72 |
73 static void implementsStaticReadOnlyAttrAttributeGetter(v8::Local<v8::String> na
me, const v8::PropertyCallbackInfo<v8::Value>& info) | 73 static void implementsStaticReadOnlyAttrAttributeGetter(v8::Local<v8::String> na
me, const v8::PropertyCallbackInfo<v8::Value>& info) |
74 { | 74 { |
75 v8SetReturnValueInt(info, TestImplements::implementsStaticReadOnlyAttr()); | 75 v8SetReturnValueInt(info, TestImplements::implementsStaticReadOnlyAttr()); |
76 } | 76 } |
77 | 77 |
(...skipping 870 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
948 } | 948 } |
949 | 949 |
950 void V8TestInterface::derefObject(void* object) | 950 void V8TestInterface::derefObject(void* object) |
951 { | 951 { |
952 fromInternalPointer(object)->deref(); | 952 fromInternalPointer(object)->deref(); |
953 } | 953 } |
954 | 954 |
955 } // namespace WebCore | 955 } // namespace WebCore |
956 | 956 |
957 #endif // ENABLE(Condition1) || ENABLE(Condition2) | 957 #endif // ENABLE(Condition1) || ENABLE(Condition2) |
OLD | NEW |