js--split-name
js--split-name is a compiled Lisp function in `js.el
'.
(js--split-name STRING)
Split a JavaScript name into its dot-separated parts.
This also removes any prototype parts from the split name
(unless the name is just "prototype" to start with).