Lines Matching defs:expected_to_throw
202 bool expected_to_throw = receiver.IsEmpty();205 CHECK_EQ(expected_to_throw, try_catch.HasCaught());206 if (!expected_to_throw) {