obj | 用于搜索方法的对象。 |
functionName | 要搜索的函数名称。 |
argumentTypes | 函数的参数类型。 |
提供了对象、函数名称和参数类型列表;找到匹配的方法。
objectType | Object type to search for the method. |
functionName | 要搜索的函数名称。 |
argumentTypes | 函数的参数类型。 |
Given an object type, function name, and a list of argument types; find the method that matches.