js--forward-destructuring-spec

js--forward-destructuring-spec is a compiled Lisp function in `js.el'.

(js--forward-destructuring-spec &optional FUNC)

Move forward over a JavaScript destructuring spec.
If FUNC is supplied, call it with no arguments before every
variable name in the spec. Return true if this was actually a
spec. FUNC must preserve the match data.