Class PrettyJsonTaintStep
A step through the prettyjson library.
This is not quite a JSON.stringify call, as it e.g. does not wrap keys in double quotes.
It’s therefore modeled as a taint-step rather than as a JSON.stringify call.
Import path
import javascriptDirect supertypes
Predicates
| step | Holds if |
Inherited predicates
| arrayStep | Holds if | from SharedTaintStep |
| deserializeStep | Holds if | from SharedTaintStep |
| heapStep | Holds if | from SharedTaintStep |
| heuristicStep | Holds if | from SharedTaintStep |
| persistentStorageStep | Holds if | from SharedTaintStep |
| promiseStep | Holds if | from SharedTaintStep |
| serializeStep | Holds if | from SharedTaintStep |
| stringConcatenationStep | Holds if | from SharedTaintStep |
| stringManipulationStep | Holds if | from SharedTaintStep |
| toString | Gets a textual representation of this element. | from Unit |
| uriStep | Holds if | from SharedTaintStep |
| viewComponentStep | Holds if | from SharedTaintStep |