Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Side by Side Diff: Source/bindings/templates/interface_base.cpp

Issue 26547005: IDL compiler: [PerContextEnabled] for getters (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix caps Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 {# FIXME: update copyright and license header #} 1 {# FIXME: update copyright and license header #}
2 /* 2 /*
3 This file is part of the Blink open source project. 3 This file is part of the Blink open source project.
4 This file has been auto-generated by CodeGeneratorV8.pm. DO NOT MODIFY! 4 This file has been auto-generated by CodeGeneratorV8.pm. DO NOT MODIFY!
5 5
6 This library is free software; you can redistribute it and/or 6 This library is free software; you can redistribute it and/or
7 modify it under the terms of the GNU Library General Public 7 modify it under the terms of the GNU Library General Public
8 License as published by the Free Software Foundation; either 8 License as published by the Free Software Foundation; either
9 version 2 of the License, or (at your option) any later version. 9 version 2 of the License, or (at your option) any later version.
10 10
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 {{attribute_getter(attribute)}} 64 {{attribute_getter(attribute)}}
65 {% endif %} 65 {% endif %}
66 {{attribute_getter_callback(attribute)}} 66 {{attribute_getter_callback(attribute)}}
67 {% endfor %} 67 {% endfor %}
68 } // namespace {{cpp_class_name}}V8Internal 68 } // namespace {{cpp_class_name}}V8Internal
69 69
70 {% block class_attributes %}{% endblock %} 70 {% block class_attributes %}{% endblock %}
71 {% block configure_class_template %}{% endblock %} 71 {% block configure_class_template %}{% endblock %}
72 {% block get_template %}{% endblock %} 72 {% block get_template %}{% endblock %}
73 {% block has_instance_and_has_instance_in_any_world %}{% endblock %} 73 {% block has_instance_and_has_instance_in_any_world %}{% endblock %}
74 {% block install_per_context_attributes %}{% endblock %}
74 {% block create_wrapper_and_deref_object %}{% endblock %} 75 {% block create_wrapper_and_deref_object %}{% endblock %}
75 } // namespace WebCore 76 } // namespace WebCore
76 {% if conditional_string %} 77 {% if conditional_string %}
77 78
78 #endif // {{conditional_string}} 79 #endif // {{conditional_string}}
79 {% endif %} 80 {% endif %}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698