while ( i-- ) {
                if ( (elem = postFilterIn[i]) ) {
                    matcherOut[ postMap[i] ] = !(matcherIn[ postMap[i] ] = elem);
                }
            }