MozillaSecurity / funfuzz

A collection of fuzzers in a harness for testing the SpiderMonkey JavaScript engine.
Mozilla Public License 2.0
631 stars 115 forks source link

Async function #166

Closed arai-a closed 6 years ago

arai-a commented 6 years ago

Added async function and async generator, and also some cleanup for star generator. I haven't run the whole python code, but running the concatenated js scripts seems to work.

I'll add for-await-of in other PR.

codecov-io commented 6 years ago

Codecov Report

Merging #166 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #166   +/-   ##
======================================
  Coverage    42.1%   42.1%           
======================================
  Files          27      27           
  Lines        2589    2589           
======================================
  Hits         1090    1090           
  Misses       1499    1499

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1d1c576...6439043. Read the comment docs.