• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

jshint / jshint / 1835
100%

Build:
DEFAULT BRANCH: master
Ran 15 May 2015 07:57PM UTC
Jobs 2
Files 12
Run time 4min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
1835

push

travis-ci

caitp
[[FIX]] Reset generator flag for each method definition

This patch fixes the handling of non-generator method after generator method.
For examle:

    var a = {
      *gen() {
        yield 1;
      },
      non_gen() {
      }
    };

Here, non_gen was treated as a generator function, since generator flag `g`
wasn't reset to false when `*` wasn't found before method name.

Closes #2388
Closes #2389

4 of 4 new or added lines in 1 file covered. (100.0%)

3680 of 3811 relevant lines covered (96.56%)

5430.41 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1835.1 15 May 2015 07:56PM UTC 0
96.56
Travis Job 1835.1
2 1835.2 15 May 2015 08:01PM UTC 0
96.56
Travis Job 1835.2
Source Files on build 1835
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1835
  • 2444a046 on github
  • Prev Build on master (#1831)
  • Next Build on master (#1848)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc