Module PromiseFlow
This module defines how data-flow propagates into and out of a Promise.
The data-flow is based on pseudo-properties rather than tainting the Promise object (which is what PromiseTaintStep does).
Import path
import javascriptPredicates
| loadStep | Holds if there is a step for loading a |
| loadStoreStep | Holds if there is a step copying a resolved/rejected promise value from promise |
| storeStep | Holds if there is a step for storing a |