Other versions of cucumber, it is possible to dump a list of all steps. However this is not supported in javascript. For example:
cucumber -f usage --dry-run
If you can get access to the World object or Cucumber, I think there might be a way to list all of the regexps / functions that Cucumber uses to parse the .feature files. Does anyone know the inner workings of the javascript version that could point me in the right direction?