Searched refs:deprecate_as (Results 1 – 5 of 5) sorted by relevance
95 {% if attribute.deprecate_as %}96 UseCounter::countDeprecation(activeExecutionContext(), UseCounter::{{attribute.deprecate_as}});190 {% if attribute.deprecate_as %}191 UseCounter::countDeprecation(activeExecutionContext(), UseCounter::{{attribute.deprecate_as}});
226 {% if method.deprecate_as %}227 UseCounter::countDeprecation(activeExecutionContext(), UseCounter::{{method.deprecate_as}});
175 def deprecate_as(member): function
90 'deprecate_as': v8_utilities.deprecate_as(method), # [DeprecateAs]
80 'deprecate_as': v8_utilities.deprecate_as(attribute), # [DeprecateAs]