Searched refs:exceptionOnly (Results 1 – 3 of 3) sorted by relevance
63 } exceptionOnly; member
494 if (pMod->exceptionOnly.refTypeId != 0 && in modsMatch()496 pMod->exceptionOnly.refTypeId)) in modsMatch()498 if ((basket->caught && !pMod->exceptionOnly.caught) || in modsMatch()499 (!basket->caught && !pMod->exceptionOnly.uncaught)) in modsMatch()
1696 pEvent->mods[idx].exceptionOnly.refTypeId = exceptionOrNull; in handleER_Set()1697 pEvent->mods[idx].exceptionOnly.caught = caught; in handleER_Set()1698 pEvent->mods[idx].exceptionOnly.uncaught = uncaught; in handleER_Set()