Home | History | Annotate | Download | only in scripts

Lines Matching defs:cpp_value

73     this_cpp_value = cpp_value(interface, method, len(arguments))
126 'cpp_value': this_cpp_value,
192 this_cpp_value = cpp_value(interface, method, index)
205 'cpp_value': this_cpp_value,
256 def cpp_value(interface, method, number_of_arguments):
293 cpp_arguments.extend([member_argument['cpp_value']
317 def v8_set_return_value(interface_name, method, cpp_value, for_main_world=False):
334 cpp_value = 'result.get()'
336 cpp_value = 'result'
340 return idl_type.v8_set_return_value(cpp_value, extended_attributes, script_wrappable=script_wrappable, release=release, for_main_world=for_main_world)
412 'cpp_value': this_cpp_value,
415 cpp_value=cpp_return_value,