Queries whether the method may be invoked with a given argument list.
Rest
...args: any[]Makes a new method wrapper with custom NativeFunction options.
Useful for e.g. setting traps: "all"
to perform execution tracing
in conjunction with Stalker.
Pointer to the VM's underlying method object.
Class that this method belongs to.
Implementation. Assign a new implementation to this property to
replace the original implementation. Assign null
at a future point
to revert back to the original implementation.
Name of this method.
Method return type.
What kind of method this is, i.e. constructor vs static vs instance.
Generated using TypeDoc
Method argument types.