mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-02 22:37:50 +00:00
More comments about NativeJavaMethod.findFunction requirements
This commit is contained in:
parent
641fa5d534
commit
a5416922ec
@ -348,7 +348,8 @@ public class NativeJavaMethod extends NativeFunction implements Function {
|
||||
|
||||
/**
|
||||
* Find the correct function to call given the set of methods
|
||||
* or constructors and the arguments.
|
||||
* or constructors and the arguments. Assume that all instances of
|
||||
* {@link Wrapper} are alreday unwrapped by unwrapArgs.
|
||||
* If no function can be found to call, return null.
|
||||
*/
|
||||
static Member findFunction(Member[] methodsOrCtors, Object[] args) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user