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

12

/external/webkit/Source/WebCore/bindings/v8/
H A DScriptScope.cpp51 if (!m_exceptionCatcher.HasCaught())
H A DV8WindowErrorHandler.cpp60 if (!tryCatch.HasCaught() && !returnValue.IsEmpty() && returnValue->IsBoolean() && !returnValue->BooleanValue())
H A DV8NodeFilterCondition.cpp88 if (exceptionCatcher.HasCaught()) {
H A DScriptValue.cpp70 if (block.HasCaught())
H A DV8AbstractEventListener.cpp163 if (tryCatch.HasCaught())
H A DV8NPUtils.cpp163 if (!m_tryCatch.HasCaught())
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8BindingMacros.h36 if (block.HasCaught()) \
H A DV8HistoryCustom.cpp53 if (tryCatch.HasCaught())
58 if (tryCatch.HasCaught())
77 if (tryCatch.HasCaught())
82 if (tryCatch.HasCaught())
H A DV8WebSocketCustom.cpp59 if (tryCatch.HasCaught())
79 if (tryCatchProtocol.HasCaught())
H A DV8DirectoryEntrySyncCustom.cpp56 if (block.HasCaught()) {
77 if (block.HasCaught()) {
H A DV8CustomXPathNSResolver.cpp86 if (try_catch.HasCaught())
H A DV8SharedWorkerCustom.cpp63 if (tryCatch.HasCaught())
H A DV8CustomVoidCallback.cpp88 return exceptionCatcher.HasCaught();
H A DV8NavigatorCustom.cpp52 if (exceptionCatcher.HasCaught())
H A DV8WorkerCustom.cpp62 if (tryCatch.HasCaught())
H A DV8DocumentCustom.cpp90 if (exceptionCatcher.HasCaught())
H A DV8HTMLOptionsCollectionCustom.cpp73 if (try_catch.HasCaught())
H A DV8WorkerContextCustom.cpp98 if (tryCatch.HasCaught() || scriptUrl.IsEmpty())
/external/v8/src/
H A Dd8-debug.cc71 if (try_catch.HasCaught()) {
79 if (try_catch.HasCaught()) {
95 if (try_catch.HasCaught()) {
116 if (try_catch.HasCaught()) {
140 if (try_catch.HasCaught()) {
148 if (try_catch.HasCaught()) {
283 if (try_catch.HasCaught()) {
312 if (try_catch.HasCaught()) {
H A Dd8.cc167 ASSERT(try_catch.HasCaught());
173 ASSERT(!try_catch.HasCaught());
292 if (try_catch->HasCaught()) return 0;
296 if (try_catch->HasCaught() || int32.IsEmpty()) return 0;
299 if (try_catch->HasCaught()) return 0;
359 if (try_catch.HasCaught()) return try_catch.Exception();
372 if (try_catch.HasCaught()) return try_catch.Exception();
381 if (try_catch.HasCaught()) return try_catch.Exception();
/external/v8/test/cctest/
H A Dtest-thread-termination.cc82 CHECK(try_catch.HasCaught());
99 CHECK(try_catch.HasCaught());
293 CHECK(try_catch.HasCaught());
344 CHECK(try_catch.HasCaught());
H A Dtest-decls.cc142 CHECK(!catcher.HasCaught());
148 CHECK(catcher.HasCaught());
H A Dtest-api.cc195 CHECK(try_catch.HasCaught());
205 CHECK(try_catch.HasCaught());
2382 CHECK(try_catch.HasCaught());
2482 CHECK(try_catch.HasCaught());
2773 CHECK(try_catch->HasCaught());
2912 CHECK(try_catch.HasCaught());
2944 CHECK(!try_catch.HasCaught() || result.IsEmpty());
2945 return v8::Boolean::New(try_catch.HasCaught());
2975 CHECK(try_catch.HasCaught());
3091 CHECK(try_catch.HasCaught());
[all...]
/external/v8/samples/
H A Dlineprocessor.cc255 if (try_catch.HasCaught()) {
311 if (try_catch.HasCaught()) {
H A Dshell.cc282 assert(try_catch.HasCaught());
288 assert(!try_catch.HasCaught());

Completed in 762 milliseconds

12