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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
45 #include "bindings/v8/V8DOMWrapper.h" | 45 #include "bindings/v8/V8DOMWrapper.h" |
46 #include "bindings/v8/V8EventListenerList.h" | 46 #include "bindings/v8/V8EventListenerList.h" |
47 #include "core/dom/ContextFeatures.h" | 47 #include "core/dom/ContextFeatures.h" |
48 #include "core/dom/DOMStringList.h" | 48 #include "core/dom/DOMStringList.h" |
49 #include "core/dom/ExceptionCode.h" | 49 #include "core/dom/ExceptionCode.h" |
50 #include "core/page/Frame.h" | 50 #include "core/page/Frame.h" |
51 #include "core/page/PageConsole.h" | 51 #include "core/page/PageConsole.h" |
52 #include "core/page/UseCounter.h" | 52 #include "core/page/UseCounter.h" |
53 #include "core/svg/properties/SVGPropertyTearOff.h" | 53 #include "core/svg/properties/SVGPropertyTearOff.h" |
54 #include "core/svg/properties/SVGStaticPropertyTearOff.h" | 54 #include "core/svg/properties/SVGStaticPropertyTearOff.h" |
55 #include <wtf/Float32Array.h> | 55 #include "wtf/Float32Array.h" |
56 #include <wtf/GetPtr.h> | 56 #include "wtf/GetPtr.h" |
57 #include <wtf/RefCounted.h> | 57 #include "wtf/RefCounted.h" |
58 #include <wtf/RefPtr.h> | 58 #include "wtf/RefPtr.h" |
59 #include <wtf/UnusedParam.h> | 59 #include "wtf/UnusedParam.h" |
60 #include <wtf/Vector.h> | 60 #include "wtf/Vector.h" |
61 | 61 |
62 #if ENABLE(Condition1) | 62 #if ENABLE(Condition1) |
63 #include "V8TestObjectA.h" | 63 #include "V8TestObjectA.h" |
64 #endif | 64 #endif |
65 | 65 |
66 #if ENABLE(Condition1) && ENABLE(Condition2) | 66 #if ENABLE(Condition1) && ENABLE(Condition2) |
67 #include "V8TestObjectB.h" | 67 #include "V8TestObjectB.h" |
68 #endif | 68 #endif |
69 | 69 |
70 #if ENABLE(Condition1) || ENABLE(Condition2) | 70 #if ENABLE(Condition1) || ENABLE(Condition2) |
(...skipping 4404 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4475 installPerContextProperties(wrapper, impl.get(), isolate); | 4475 installPerContextProperties(wrapper, impl.get(), isolate); |
4476 V8DOMWrapper::associateObjectWithWrapper(impl, &info, wrapper, isolate, hasD
ependentLifetime ? WrapperConfiguration::Dependent : WrapperConfiguration::Indep
endent); | 4476 V8DOMWrapper::associateObjectWithWrapper(impl, &info, wrapper, isolate, hasD
ependentLifetime ? WrapperConfiguration::Dependent : WrapperConfiguration::Indep
endent); |
4477 return wrapper; | 4477 return wrapper; |
4478 } | 4478 } |
4479 void V8TestObj::derefObject(void* object) | 4479 void V8TestObj::derefObject(void* object) |
4480 { | 4480 { |
4481 static_cast<TestObj*>(object)->deref(); | 4481 static_cast<TestObj*>(object)->deref(); |
4482 } | 4482 } |
4483 | 4483 |
4484 } // namespace WebCore | 4484 } // namespace WebCore |
OLD | NEW |