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

/external/chromium_org/v8/src/
H A Dd8.h208 expected_to_throw(false),
234 bool expected_to_throw; member in class:v8::ShellOptions
H A Dd8.cc1214 if (exception_was_thrown != Shell::options.expected_to_throw) {
1356 options.expected_to_throw = true;
/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc197 bool expected_to_throw = receiver.IsEmpty(); local
200 CHECK_EQ(expected_to_throw, try_catch.HasCaught());
201 if (!expected_to_throw) {

Completed in 331 milliseconds