Relates :
|
Since JDK-8027150, ListAdapter's wrapped "obj" field will always be a JSObject. We should take advantage of that to simplify the code. Namely, we no longer have to use InvokeByName to retrieve the invoked functions. (We still need to use a dynamic invoker to actually invoke them, as theoretically they can be something other than mirrored ScriptFunction objects.)
|