MCPcopy Create free account
hub / github.com/nodejs/node / availableFunctions

Function availableFunctions

deps/v8/tools/clusterfuzz/js_fuzzer/mutators/common.js:236–238  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

234}
235
236function availableFunctions(path) {
237 return _availableIdentifiers(path, isFunctionIdentifier);
238}
239
240function availableFunctionNames(path) {
241 const available = new Set([]);

Callers 1

randomFunctionFunction · 0.85

Calls 1

_availableIdentifiersFunction · 0.85

Tested by

no test coverage detected