Searched refs:CanContinue (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/v8/test/cctest/
H A Dtest-thread-termination.cc82 CHECK(!try_catch.CanContinue());
99 CHECK(!try_catch.CanContinue());
237 CHECK(!try_catch.CanContinue());
291 CHECK(!try_catch.CanContinue());
336 CHECK(!try_catch.CanContinue());
/external/v8/test/cctest/
H A Dtest-thread-termination.cc85 CHECK(!try_catch.CanContinue());
102 CHECK(!try_catch.CanContinue());
296 CHECK(!try_catch.CanContinue());
347 CHECK(!try_catch.CanContinue());
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DV8AbstractEventListener.cpp133 if (!tryCatch.CanContinue()) { // Result of TerminateExecution().
H A DWorkerScriptController.cpp167 if (!block.CanContinue()) {
/external/v8/include/
H A Dv8.h3341 * If CanContinue returns false, the correct action is to perform
3344 bool CanContinue() const;
/external/chromium_org/v8/include/
H A Dv8.h5024 * If CanContinue returns false, the correct action is to perform any C++
5025 * cleanup needed and then return. If CanContinue returns false and
5029 bool CanContinue() const;
/external/chromium_org/v8/src/
H A Dapi.cc2047 bool v8::TryCatch::CanContinue() const { function in class:v8::v8::TryCatch
/external/v8/src/
H A Dapi.cc1677 bool v8::TryCatch::CanContinue() const { function in class:v8::v8::TryCatch

Completed in 259 milliseconds