JavaScript: Avoid unhelpful magic.

This commit is contained in:
Max Schaefer
2018-11-01 21:22:51 -04:00
parent a72507a621
commit 94bba88080

View File

@@ -566,6 +566,7 @@ private predicate callInputStep(Function f, DataFlow::Node invk,
* Note that the summary does not take the initial step from argument to parameter
* into account.
*/
pragma[nomagic]
private predicate reachableFromInput(Function f, DataFlow::Node invk,
DataFlow::Node input, DataFlow::Node nd,
DataFlow::Configuration cfg, PathSummary summary) {