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

Function availableVariables

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

Source from the content-addressed store, hash-verified

230}
231
232function availableVariables(path) {
233 return _availableIdentifiers(path, isVariableIdentifier);
234}
235
236function availableFunctions(path) {
237 return _availableIdentifiers(path, isFunctionIdentifier);

Callers 1

randomVariableFunction · 0.85

Calls 1

_availableIdentifiersFunction · 0.85

Tested by

no test coverage detected