Searched refs:expected_to_throw (Results 1 – 3 of 3) sorted by relevance
286 expected_to_throw(false), in ShellOptions()313 bool expected_to_throw; variable
1547 if (exception_was_thrown != Shell::options.expected_to_throw) { in Execute()1959 options.expected_to_throw = true; in SetOptions()
202 bool expected_to_throw = receiver.IsEmpty(); in TestSignature() local205 CHECK_EQ(expected_to_throw, try_catch.HasCaught()); in TestSignature()206 if (!expected_to_throw) { in TestSignature()