(relPath)
| 46 | const fuzzilliCorpus = corpus.create( |
| 47 | corpusDir, 'fuzzilli', false, v8Corpus); |
| 48 | const load = (relPath) => { |
| 49 | return sourceHelpers.loadSource(fuzzilliCorpus, relPath); |
| 50 | }; |
| 51 | testLoad( |
| 52 | 'fuzzilli/fuzzdir-1/corpus/program_x.js', |
| 53 | 'load/fuzzilli_scenario/test_load_expected.js', |
no outgoing calls
no test coverage detected
searching dependent graphs…