Home
last modified time | relevance | path

Searched refs:expected_to_throw (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dd8.h286 expected_to_throw(false), in ShellOptions()
313 bool expected_to_throw; variable
Dd8.cc1547 if (exception_was_thrown != Shell::options.expected_to_throw) { in Execute()
1959 options.expected_to_throw = true; in SetOptions()
/external/v8/test/cctest/
Dtest-api.cc202 bool expected_to_throw = receiver.IsEmpty(); in TestSignature() local
205 CHECK_EQ(expected_to_throw, try_catch.HasCaught()); in TestSignature()
206 if (!expected_to_throw) { in TestSignature()