Invoke JavaScript object method via string. Needed when the
string is not a valid unquoted property name.
Source
(defnjs-invoke"Invoke JavaScript object method via string. Needed when the\n string is not a valid unquoted property name."[objs&args](.apply(unchecked-getobjs)obj(into-arrayargs)))