Searched refs:HasCaught (Results 1 - 19 of 19) sorted by relevance

/external/pdfium/fxjs/
H A Dcfxjse_context.cpp115 if (trycatch.HasCaught()) {
214 if (!trycatch.HasCaught()) {
216 if (!trycatch.HasCaught()) {
237 if (!trycatch.HasCaught()) {
241 if (!trycatch.HasCaught()) {
H A Dcfxjse_value.cpp332 if (trycatch.HasCaught()) {
/external/skia/experimental/SkV8Example/
H A DJsContext.cpp92 SkASSERT(tryCatch.HasCaught());
96 SkASSERT(!tryCatch.HasCaught());
H A DGlobal.cpp161 SkASSERT(tryCatch.HasCaught());
165 SkASSERT(!tryCatch.HasCaught());
238 SkASSERT(tryCatch.HasCaught());
/external/v8/src/inspector/
H A Dv8-function-call.cc72 hadException = tryCatch.HasCaught();
H A Dv8-regex.cc34 else if (tryCatch.HasCaught())
H A Dv8-injected-script-host.cc207 if (tryCatch.HasCaught()) return;
213 if (tryCatch.HasCaught()) {
223 if (tryCatch.HasCaught()) {
H A Dv8-runtime-agent-impl.cc312 if (!awaitPromise.fromMaybe(false) || scope.tryCatch().HasCaught()) {
394 if (scope.tryCatch().HasCaught()) {
420 if (!awaitPromise.fromMaybe(false) || scope.tryCatch().HasCaught()) {
551 if (scope.tryCatch().HasCaught()) {
628 if (!awaitPromise.fromMaybe(false) || scope.tryCatch().HasCaught()) {
H A Dv8-console-message.cc157 if (m_tryCatch.HasCaught()) return false;
163 if (m_tryCatch.HasCaught()) return String16();
H A Dinjected-script.cc139 if (tryCatch.HasCaught()) {
337 if (!tryCatch.HasCaught()) return Response::InternalError();
384 if (!tryCatch.HasCaught()) {
H A Dv8-debugger-agent-impl.cc586 scope.tryCatch().HasCaught() ||
774 if (scope.tryCatch().HasCaught() || result.IsEmpty())
H A Dv8-debugger.cc370 if (tryCatch.HasCaught()) {
/external/v8/samples/
H A Dshell.cc354 assert(try_catch.HasCaught());
360 assert(!try_catch.HasCaught());
/external/v8/src/
H A Dexecution.cc217 DCHECK(catcher.HasCaught());
H A Dd8.cc483 DCHECK(try_catch.HasCaught());
488 DCHECK(!try_catch.HasCaught());
700 DCHECK(try_catch.HasCaught());
705 DCHECK(!try_catch.HasCaught());
828 DCHECK(try_catch.HasCaught());
H A Dapi.cc448 CHECK(!try_catch.HasCaught());
2433 if (HasCaught() && capture_message_) {
2446 if (HasCaught() && isolate_->has_scheduled_exception()) {
2458 bool v8::TryCatch::HasCaught() const { function in class:v8::v8::TryCatch
2474 if (!HasCaught()) return v8::Local<v8::Value>();
2481 if (HasCaught()) {
2492 if (!HasCaught()) return v8::Local<Value>();
2519 if (HasCaught() && !message->IsTheHole(isolate_)) {
2528 if (!rethrow_ && HasCaught() && isolate_->has_scheduled_exception()) {
H A Disolate.cc1445 DCHECK(handler->HasCaught());
/external/chromium-libpac/src/
H A Dproxy_resolver_v8.cc399 if (try_catch.HasCaught()) {
544 if (try_catch.HasCaught()) {
/external/v8/include/
H A Dv8.h7728 bool HasCaught() const;
7790 * After this method has been called, HasCaught() will return false. Cancels

Completed in 587 milliseconds