Files
codeql/javascript/ql/test/library-tests/CallGraphs/getAFunctionValue.qll
2019-03-05 08:14:47 +00:00

6 lines
144 B
Plaintext

import javascript
query predicate test_getAFunctionValue(DataFlow::Node node, DataFlow::FunctionNode res) {
res = node.getAFunctionValue()
}