Searched refs:HasTerminated (Results 1 - 5 of 5) sorted by relevance

/external/v8/test/cctest/
H A Dtest-thread-termination.cc381 CHECK(try_catch.HasTerminated());
486 CHECK(!try_catch.HasTerminated());
496 CHECK(!try_catch.HasTerminated());
502 CHECK(!try_catch.HasTerminated());
508 CHECK(try_catch.HasTerminated());
555 CHECK(try_catch.HasTerminated());
H A Dtest-debug.cc7829 CHECK(try_catch.HasTerminated());
H A Dtest-api.cc15700 CHECK(try_catch.HasTerminated());
25075 CHECK(try_catch.HasTerminated());
/external/v8/include/
H A Dv8.h6956 * HasTerminated returns true, it is possible to call
6969 * If such an exception has been thrown, HasTerminated will return true,
6973 bool HasTerminated() const;
/external/v8/src/
H A Dapi.cc2346 bool v8::TryCatch::HasTerminated() const { function in class:v8::v8::TryCatch

Completed in 326 milliseconds