Searched refs:expected_to_throw (Results 1 – 3 of 3) sorted by relevance
208 expected_to_throw(false), in ShellOptions()234 bool expected_to_throw; variable
1214 if (exception_was_thrown != Shell::options.expected_to_throw) { in Execute()1356 options.expected_to_throw = true; in SetOptions()
197 bool expected_to_throw = receiver.IsEmpty(); in TestSignature() local200 CHECK_EQ(expected_to_throw, try_catch.HasCaught()); in TestSignature()201 if (!expected_to_throw) { in TestSignature()