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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
54 #include "core/dom/CustomElementCallbackDispatcher.h" | 54 #include "core/dom/CustomElementCallbackDispatcher.h" |
55 #include "core/dom/Document.h" | 55 #include "core/dom/Document.h" |
56 #include "core/page/DOMWindow.h" | 56 #include "core/page/DOMWindow.h" |
57 #include "core/page/Frame.h" | 57 #include "core/page/Frame.h" |
58 #include "core/page/PageConsole.h" | 58 #include "core/page/PageConsole.h" |
59 #include "core/page/UseCounter.h" | 59 #include "core/page/UseCounter.h" |
60 #include "core/platform/chromium/TraceEvent.h" | 60 #include "core/platform/chromium/TraceEvent.h" |
61 #include "core/svg/properties/SVGPropertyTearOff.h" | 61 #include "core/svg/properties/SVGPropertyTearOff.h" |
62 #include "core/svg/properties/SVGStaticPropertyTearOff.h" | 62 #include "core/svg/properties/SVGStaticPropertyTearOff.h" |
63 #include "wtf/GetPtr.h" | 63 #include "wtf/GetPtr.h" |
64 #include "wtf/RefCounted.h" | |
65 #include "wtf/RefPtr.h" | 64 #include "wtf/RefPtr.h" |
66 #include "wtf/UnusedParam.h" | 65 #include "wtf/UnusedParam.h" |
67 #include "wtf/Vector.h" | 66 #include "wtf/Vector.h" |
68 | 67 |
69 namespace WebCore { | 68 namespace WebCore { |
70 | 69 |
71 static void initializeScriptWrappableForInterface(TestObj* object) | 70 static void initializeScriptWrappableForInterface(TestObj* object) |
72 { | 71 { |
73 if (ScriptWrappable::wrapperCanBeStoredInObject(object)) | 72 if (ScriptWrappable::wrapperCanBeStoredInObject(object)) |
74 ScriptWrappable::setTypeInfoInObject(object, &V8TestObject::info); | 73 ScriptWrappable::setTypeInfoInObject(object, &V8TestObject::info); |
(...skipping 5650 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5725 installPerContextProperties(wrapper, impl.get(), isolate); | 5724 installPerContextProperties(wrapper, impl.get(), isolate); |
5726 V8DOMWrapper::associateObjectWithWrapper<V8TestObject>(impl, &info, wrapper,
isolate, WrapperConfiguration::Independent); | 5725 V8DOMWrapper::associateObjectWithWrapper<V8TestObject>(impl, &info, wrapper,
isolate, WrapperConfiguration::Independent); |
5727 return wrapper; | 5726 return wrapper; |
5728 } | 5727 } |
5729 void V8TestObject::derefObject(void* object) | 5728 void V8TestObject::derefObject(void* object) |
5730 { | 5729 { |
5731 fromInternalPointer(object)->deref(); | 5730 fromInternalPointer(object)->deref(); |
5732 } | 5731 } |
5733 | 5732 |
5734 } // namespace WebCore | 5733 } // namespace WebCore |
OLD | NEW |