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

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

Issue 59853010: IDL compiler: [PerContextEnabled] methods (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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 {# http://www.chromium.org/blink/coding-style#TOC-License #} 1 {# http://www.chromium.org/blink/coding-style#TOC-License #}
2 /* 2 /*
3 * Copyright (C) 2013 Google Inc. All rights reserved. 3 * Copyright (C) 2013 Google Inc. All rights reserved.
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are 6 * modification, are permitted provided that the following conditions are
7 * met: 7 * met:
8 * 8 *
9 * * Redistributions of source code must retain the above copyright 9 * * Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer. 10 * notice, this list of conditions and the following disclaimer.
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 {{method_callback(method, world_suffix)}} 100 {{method_callback(method, world_suffix)}}
101 {% endfor %} 101 {% endfor %}
102 } // namespace {{cpp_class_name}}V8Internal 102 } // namespace {{cpp_class_name}}V8Internal
103 103
104 {% block class_attributes %}{% endblock %} 104 {% block class_attributes %}{% endblock %}
105 {% block class_methods %}{% endblock %} 105 {% block class_methods %}{% endblock %}
106 {% block configure_class_template %}{% endblock %} 106 {% block configure_class_template %}{% endblock %}
107 {% block get_template %}{% endblock %} 107 {% block get_template %}{% endblock %}
108 {% block has_instance_and_has_instance_in_any_world %}{% endblock %} 108 {% block has_instance_and_has_instance_in_any_world %}{% endblock %}
109 {% block install_per_context_attributes %}{% endblock %} 109 {% block install_per_context_attributes %}{% endblock %}
110 {% block install_per_context_methods %}{% endblock %}
110 {% block create_wrapper_and_deref_object %}{% endblock %} 111 {% block create_wrapper_and_deref_object %}{% endblock %}
111 } // namespace WebCore 112 } // namespace WebCore
112 {% if conditional_string %} 113 {% if conditional_string %}
113 114
114 #endif // {{conditional_string}} 115 #endif // {{conditional_string}}
115 {% endif %} 116 {% endif %}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698