498ecbc7c3
these were caught by the webstorm ES6 plugin biggest one is strict mode doesn't like local functions except at top level, I think becasue the name is not scoped correctly (for historical reasons). Instead `let name = () => ...;` allows correct scoping for `name`. R=vsm@google.com Review URL: https://codereview.chromium.org/1152783005