JS: make higherOrderCall private

This commit is contained in:
Asger F
2019-01-29 11:50:46 +00:00
parent e891ab7a54
commit 9e87bf37ea

View File

@@ -708,7 +708,7 @@ private predicate summarizedHigherOrderCall(
* - The flow label mapping of the summary corresponds to the transformation from `arg` to the
* invocation of the callback.
*/
predicate higherOrderCall(
private predicate higherOrderCall(
DataFlow::Node arg, DataFlow::SourceNode callback, int i, DataFlow::Configuration cfg,
PathSummary summary
) {