Home | History | Annotate | Download | only in scripts

Lines Matching defs:v8_set_return_value

183         'v8_set_return_value': v8_set_return_value(interface.name, method, this_cpp_value),
184 'v8_set_return_value_for_main_world': v8_set_return_value(interface.name, method, this_cpp_value, for_main_world=True),
235 'v8_set_return_value': v8_set_return_value(interface.name, method, this_cpp_value),
236 'v8_set_return_value_for_main_world': v8_set_return_value(interface.name, method, this_cpp_value, for_main_world=True),
317 def v8_set_return_value(interface_name, method, cpp_value, for_main_world=False):
340 return idl_type.v8_set_return_value(cpp_value, extended_attributes, script_wrappable=script_wrappable, release=release, for_main_world=for_main_world)
414 'v8_set_return_value': idl_type.v8_set_return_value(