Home
last modified time | relevance | path

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

12

/external/v8/src/
Dd8-debug.cc71 if (try_catch.HasCaught()) { in HandleDebugEvent()
79 if (try_catch.HasCaught()) { in HandleDebugEvent()
95 if (try_catch.HasCaught()) { in HandleDebugEvent()
116 if (try_catch.HasCaught()) { in HandleDebugEvent()
140 if (try_catch.HasCaught()) { in HandleDebugEvent()
148 if (try_catch.HasCaught()) { in HandleDebugEvent()
283 if (try_catch.HasCaught()) { in HandleMessageReceived()
312 if (try_catch.HasCaught()) { in HandleKeyboardCommand()
Dd8.cc167 ASSERT(try_catch.HasCaught()); in ExecuteString()
173 ASSERT(!try_catch.HasCaught()); in ExecuteString()
292 if (try_catch->HasCaught()) return 0; in convertToUint()
296 if (try_catch->HasCaught() || int32.IsEmpty()) return 0; in convertToUint()
299 if (try_catch->HasCaught()) return 0; in convertToUint()
359 if (try_catch.HasCaught()) return try_catch.Exception(); in CreateExternalArray()
372 if (try_catch.HasCaught()) return try_catch.Exception(); in CreateExternalArray()
381 if (try_catch.HasCaught()) return try_catch.Exception(); in CreateExternalArray()
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8HistoryCustom.cpp53 if (tryCatch.HasCaught()) in pushStateCallback()
58 if (tryCatch.HasCaught()) in pushStateCallback()
77 if (tryCatch.HasCaught()) in replaceStateCallback()
82 if (tryCatch.HasCaught()) in replaceStateCallback()
DV8WebSocketCustom.cpp59 if (tryCatch.HasCaught()) in constructorCallback()
79 if (tryCatchProtocol.HasCaught()) in constructorCallback()
DV8DirectoryEntrySyncCustom.cpp56 if (block.HasCaught()) { in extractBooleanValue()
77 if (block.HasCaught()) { in getFlags()
DV8BindingMacros.h36 if (block.HasCaught()) \
DV8SharedWorkerCustom.cpp63 if (tryCatch.HasCaught()) in constructorCallback()
DV8CustomXPathNSResolver.cpp86 if (try_catch.HasCaught()) in lookupNamespaceURI()
DV8WorkerCustom.cpp62 if (tryCatch.HasCaught()) in constructorCallback()
DV8CustomVoidCallback.cpp88 return exceptionCatcher.HasCaught(); in invokeCallback()
DV8NavigatorCustom.cpp52 if (exceptionCatcher.HasCaught()) in webkitGetUserMediaCallback()
DV8WorkerContextCustom.cpp98 if (tryCatch.HasCaught() || scriptUrl.IsEmpty()) in importScriptsCallback()
DV8HTMLOptionsCollectionCustom.cpp73 if (try_catch.HasCaught()) in addCallback()
DV8DocumentCustom.cpp90 if (exceptionCatcher.HasCaught()) in evaluateCallback()
/external/webkit/Source/WebCore/bindings/v8/
DScriptScope.cpp51 if (!m_exceptionCatcher.HasCaught()) in success()
DV8WindowErrorHandler.cpp60 …if (!tryCatch.HasCaught() && !returnValue.IsEmpty() && returnValue->IsBoolean() && !returnValue->B… in callListenerFunction()
DV8NodeFilterCondition.cpp88 if (exceptionCatcher.HasCaught()) { in acceptNode()
DScriptValue.cpp70 if (block.HasCaught()) in toString()
DV8NPUtils.cpp163 if (!m_tryCatch.HasCaught()) in ~ExceptionCatcher()
DV8AbstractEventListener.cpp163 if (tryCatch.HasCaught()) in invokeEventHandler()
/external/v8/test/cctest/
Dtest-thread-termination.cc82 CHECK(try_catch.HasCaught()); in DoLoop()
99 CHECK(try_catch.HasCaught()); in DoLoopNoCall()
293 CHECK(try_catch.HasCaught()); in LoopGetProperty()
344 CHECK(try_catch.HasCaught()); in ReenterAfterTermination()
Dtest-api.cc195 CHECK(try_catch.HasCaught()); in THREADED_TEST()
205 CHECK(try_catch.HasCaught()); in THREADED_TEST()
2382 CHECK(try_catch.HasCaught()); in THREADED_TEST()
2482 CHECK(try_catch.HasCaught()); in THREADED_TEST()
2773 CHECK(try_catch->HasCaught()); in CheckUncle()
2912 CHECK(try_catch.HasCaught()); in THREADED_TEST()
2944 CHECK(!try_catch.HasCaught() || result.IsEmpty()); in CCatcher()
2945 return v8::Boolean::New(try_catch.HasCaught()); in CCatcher()
2975 CHECK(try_catch.HasCaught()); in THREADED_TEST()
3091 CHECK(try_catch.HasCaught()); in TEST()
[all …]
Dtest-decls.cc142 CHECK(!catcher.HasCaught()); in Check()
148 CHECK(catcher.HasCaught()); in Check()
/external/v8/samples/
Dlineprocessor.cc255 if (try_catch.HasCaught()) { in RunMain()
311 if (try_catch.HasCaught()) { in RunCppCycle()
Dshell.cc282 assert(try_catch.HasCaught()); in ExecuteString()
288 assert(!try_catch.HasCaught()); in ExecuteString()

12