-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: core-libs
-
None
-
b82
-
generic
-
generic
ScriptObject.findCallMethodMethod is not used by Nashorn (as we don't use the dyn:callMethod operation), but it might still be used by other languages, so it's worth keeping around. For this purpose though, it should be simplified - reduced to a dyn:getMethod folded into a dyn:call.