MCPcopy Index your code
hub / github.com/nodejs/node / load

Function load

deps/v8/tools/clusterfuzz/js_fuzzer/test/test_load.js:48–50  ·  view source on GitHub ↗
(relPath)

Source from the content-addressed store, hash-verified

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',

Callers 5

test_load_1.jsFile · 0.50
test_load_self.jsFile · 0.50
test_load_0.jsFile · 0.50
test_load.jsFile · 0.50
load.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…