Home | History | Annotate | Download | only in runtime

Lines Matching refs:throwing

414 				if g.m.throwing > 0 && gp == g.m.curg || level >= 2 {
718 if g.m.throwing > 0 && gp != nil && (gp == g.m.curg || gp == g.m.caughtsig.ptr()) {