function j8_function_to_pass_the_coming_outer_second_value_to_the_webidl_method_specified_by_the_given_name_on_the_webidl_object_specified_by_the_coming_first_value_and_return_the_result ( the_given_name ) { return function ( the_coming_first_value ) { return function ( the_coming_outer_second_value ) { return function ( ) { return the_coming_first_value [ the_given_name ] ( the_coming_outer_second_value ) } } } }