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

/external/chromium_org/v8/test/cctest/
H A Dtest-thread-termination.cc83 CHECK(!try_catch.CanContinue());
100 CHECK(!try_catch.CanContinue());
238 CHECK(!try_catch.CanContinue());
293 CHECK(!try_catch.CanContinue());
339 CHECK(!try_catch.CanContinue());
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8AbstractEventListener.cpp132 if (!tryCatch.CanContinue()) { // Result of TerminateExecution().
H A DWorkerScriptController.cpp216 if (!block.CanContinue()) {
/external/chromium_org/v8/include/
H A Dv8.h5269 * If CanContinue returns false, the correct action is to perform any C++
5270 * cleanup needed and then return. If CanContinue returns false and
5274 bool CanContinue() const;
/external/chromium_org/v8/src/
H A Dapi.cc1959 bool v8::TryCatch::CanContinue() const { function in class:v8::v8::TryCatch

Completed in 552 milliseconds