JS: Mention why we cache predicates outside the class

This commit is contained in:
Asger Feldthaus
2021-03-16 12:15:10 +00:00
parent a97d3452a7
commit c2764069b5

View File

@@ -308,7 +308,8 @@ module TaintTracking {
}
/**
* Module existing only to ensure all taint steps are cached as a single stage.
* Module existing only to ensure all taint steps are cached as a single stage,
* and without the the `Unit` type column.
*/
cached
private module Cached {