JavaScript: Avoid more unhelpful magic.

This commit is contained in:
Max Schaefer
2018-12-10 17:04:41 +00:00
parent 3397533045
commit faaca21996

View File

@@ -687,6 +687,7 @@ private predicate flowsTo(PathNode flowsource, DataFlow::Node source,
* Holds if `nd` is reachable from a source under `cfg` along a path summarized by
* `summary`.
*/
pragma[nomagic]
private predicate reachableFromSource(DataFlow::Node nd, DataFlow::Configuration cfg,
PathSummary summary) {
exists (FlowLabel lbl |