| 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 15 matching lines...) Expand all Loading... |
| 26 #include "ScriptProfile.h" | 26 #include "ScriptProfile.h" |
| 27 #include "V8DOMStringList.h" | 27 #include "V8DOMStringList.h" |
| 28 #include "V8Document.h" | 28 #include "V8Document.h" |
| 29 #include "V8Float32Array.h" | 29 #include "V8Float32Array.h" |
| 30 #include "V8Node.h" | 30 #include "V8Node.h" |
| 31 #include "V8SVGDocument.h" | 31 #include "V8SVGDocument.h" |
| 32 #include "V8SVGPoint.h" | 32 #include "V8SVGPoint.h" |
| 33 #include "V8ScriptProfile.h" | 33 #include "V8ScriptProfile.h" |
| 34 #include "V8TestCallback.h" | 34 #include "V8TestCallback.h" |
| 35 #include "V8TestNode.h" | 35 #include "V8TestNode.h" |
| 36 #include "V8TestObj.h" | |
| 37 #include "V8TestSubObj.h" | 36 #include "V8TestSubObj.h" |
| 38 #include "V8bool.h" | 37 #include "V8bool.h" |
| 39 #include "bindings/v8/Dictionary.h" | 38 #include "bindings/v8/Dictionary.h" |
| 40 #include "bindings/v8/ScriptController.h" | 39 #include "bindings/v8/ScriptController.h" |
| 41 #include "bindings/v8/ScriptValue.h" | 40 #include "bindings/v8/ScriptValue.h" |
| 42 #include "bindings/v8/SerializedScriptValue.h" | 41 #include "bindings/v8/SerializedScriptValue.h" |
| 43 #include "bindings/v8/V8Binding.h" | 42 #include "bindings/v8/V8Binding.h" |
| 44 #include "bindings/v8/V8DOMActivityLogger.h" | 43 #include "bindings/v8/V8DOMActivityLogger.h" |
| 45 #include "bindings/v8/V8DOMWrapper.h" | 44 #include "bindings/v8/V8DOMWrapper.h" |
| 46 #include "bindings/v8/V8EventListenerList.h" | 45 #include "bindings/v8/V8EventListenerList.h" |
| (...skipping 4428 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4475 installPerContextProperties(wrapper, impl.get(), isolate); | 4474 installPerContextProperties(wrapper, impl.get(), isolate); |
| 4476 V8DOMWrapper::associateObjectWithWrapper(impl, &info, wrapper, isolate, hasD
ependentLifetime ? WrapperConfiguration::Dependent : WrapperConfiguration::Indep
endent); | 4475 V8DOMWrapper::associateObjectWithWrapper(impl, &info, wrapper, isolate, hasD
ependentLifetime ? WrapperConfiguration::Dependent : WrapperConfiguration::Indep
endent); |
| 4477 return wrapper; | 4476 return wrapper; |
| 4478 } | 4477 } |
| 4479 void V8TestObj::derefObject(void* object) | 4478 void V8TestObj::derefObject(void* object) |
| 4480 { | 4479 { |
| 4481 static_cast<TestObj*>(object)->deref(); | 4480 static_cast<TestObj*>(object)->deref(); |
| 4482 } | 4481 } |
| 4483 | 4482 |
| 4484 } // namespace WebCore | 4483 } // namespace WebCore |
| OLD | NEW |