Module DataFlow :: PseudoProperties
A collection of pseudo-properties that are used in multiple files.
A pseudo-property represents the location where some value is stored in an object.
For use with load/store steps in DataFlow::SharedFlowStep
and TypeTracking.
Import path
import javascript
Predicates
arrayElement |
Gets a pseudo-property for the location of elements in an |
arrayElement |
Gets a pseudo-property for the location of the |
arrayLikeElement |
Gets a pseudo-property for the location of elements in some array-like object. (Set, Array, or Iterator). |
iteratorElement |
Gets a pseudo-property for the location of elements in a JavaScript iterator. |
mapValue |
Gets a pseudo-property for the location of a map value where the key is |
mapValueAll |
Gets a pseudo-property for the location of all the values in a map. |
mapValueKey |
Gets a pseudo-property for the location of a map value where the key is |
mapValueKnownKey |
Gets a pseudo-property for the location of a map value where the key is |
mapValueUnknownKey |
Gets a pseudo-property for the location of map values, where the key is unknown. |
setElement |
Gets a pseudo-property for the location of elements in a |