HomeSort by relevance Sort by last modified time
    Searched refs:expected_to_throw (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
d8.h 286 expected_to_throw(false),
313 bool expected_to_throw; member in class:v8::ShellOptions
d8.cc     [all...]
  /external/v8/test/cctest/
test-api.cc 202 bool expected_to_throw = receiver.IsEmpty(); local
205 CHECK_EQ(expected_to_throw, try_catch.HasCaught());
206 if (!expected_to_throw) {
    [all...]

Completed in 124 milliseconds