HomeSort by relevance Sort by last modified time
    Searched refs:has_extended_attribute_value (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/unstable/
v8_interface.py 43 from v8_utilities import capitalize, conditional_string, cpp_name, has_extended_attribute, has_extended_attribute_value, runtime_enabled_function_name namespace
136 'has_custom_legacy_call_as_function': has_extended_attribute_value(interface, 'Custom', 'LegacyCallAsFunction'), # [Custom=LegacyCallAsFunction]
137 'has_custom_to_v8': has_extended_attribute_value(interface, 'Custom', 'ToV8'), # [Custom=ToV8]
138 'has_custom_wrap': has_extended_attribute_value(interface, 'Custom', 'Wrap'), # [Custom=Wrap]
142 has_extended_attribute_value(interface, 'Custom', 'VisitDOMWrapper') or
149 'is_constructor_call_with_document': has_extended_attribute_value(
151 'is_constructor_call_with_execution_context': has_extended_attribute_value(
351 if has_extended_attribute_value(interface, 'ConstructorCallWith', 'ExecutionContext'):
354 if has_extended_attribute_value(interface, 'ConstructorCallWith', 'Document'):
v8_methods.py 41 from v8_utilities import has_extended_attribute_value namespace
68 is_call_with_script_arguments = has_extended_attribute_value(method, 'CallWith', 'ScriptArguments')
72 is_call_with_script_state = has_extended_attribute_value(method, 'CallWith', 'ScriptState')
97 'is_call_with_execution_context': has_extended_attribute_value(method, 'CallWith', 'ExecutionContext'),
178 if has_extended_attribute_value(method, 'CallWith', 'ScriptState'):
v8_utilities.py 59 def has_extended_attribute_value(definition_or_member, name, value): function
v8_attributes.py 89 'is_call_with_execution_context': v8_utilities.has_extended_attribute_value(attribute, 'CallWith', 'ExecutionContext'),

Completed in 55 milliseconds