Searched refs:script_wrappable (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/ |
D | v8_types.py | 748 def v8_set_return_value(idl_type, cpp_value, extended_attributes=None, script_wrappable='', release… argument 753 if not script_wrappable: 772 statement = format_string.format(cpp_value=cpp_value, script_wrappable=script_wrappable) 776 def v8_set_return_value_union(idl_type, cpp_value, extended_attributes=None, script_wrappable='', r… argument
|
D | v8_methods.py | 339 script_wrappable = 'impl' if inherits_interface(interface_name, 'Node') else '' 340 …dl_type.v8_set_return_value(cpp_value, extended_attributes, script_wrappable=script_wrappable, rel…
|
D | v8_attributes.py | 203 …et_return_value(cpp_value, extended_attributes=extended_attributes, script_wrappable='impl', relea…
|
D | v8_interface.py | 1022 …set_return_value('result', extended_attributes=extended_attributes, script_wrappable='impl', relea…
|