No, but from the best I can tell:
solModifiers is the current selected object list state, or something to that effect. Basically what's picked.
pushCopySol() Saves the current sol to a stack.
popSol() Restores what was saved from a stack.
More details about it can be found be poking around the source.