Home
last modified time | relevance | path

Searched refs:caught_exception (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/
Ddebug.cc766 bool caught_exception; in CompileDebuggerScript() local
772 0, NULL, &caught_exception); in CompileDebuggerScript()
775 if (caught_exception) { in CompileDebuggerScript()
841 bool caught_exception = in Load() local
846 caught_exception = caught_exception || in Load()
857 if (caught_exception) return false; in Load()
1107 bool caught_exception; in CheckBreakPoint() local
1113 &caught_exception); in CheckBreakPoint()
1116 if (caught_exception || !result->IsBoolean()) { in CheckBreakPoint()
2253 bool caught_exception; in ClearMirrorCache() local
[all …]
Dmessages.cc153 bool caught_exception; in GetMessage() local
159 &caught_exception); in GetMessage()
161 if (caught_exception || !result->IsString()) { in GetMessage()
Dexecution.cc190 bool* caught_exception) { in TryCall() argument
198 *caught_exception = false; in TryCall()
201 caught_exception); in TryCall()
203 if (*caught_exception) { in TryCall()
682 bool caught_exception; in CharAt() local
689 &caught_exception); in CharAt()
690 if (caught_exception) { in CharAt()
771 bool caught_exception; in GetStackTraceLine() local
776 &caught_exception); in GetStackTraceLine()
777 if (caught_exception || !result->IsString()) { in GetStackTraceLine()
Ddebug.h715 bool* caught_exception);
716 Handle<Object> MakeExecutionState(bool* caught_exception);
719 bool* caught_exception);
723 bool* caught_exception);
725 bool* caught_exception);
728 bool* caught_exception);
730 bool* caught_exception);
Dexecution.h92 bool* caught_exception);
Dfactory.cc686 bool caught_exception; in NewError() local
691 &caught_exception); in NewError()
711 bool caught_exception; in NewError() local
716 &caught_exception); in NewError()
Dic.cc2318 bool caught_exception; in RUNTIME_FUNCTION() local
2320 &caught_exception); in RUNTIME_FUNCTION()
2321 if (caught_exception) { in RUNTIME_FUNCTION()
2427 bool caught_exception; in RUNTIME_FUNCTION() local
2433 &caught_exception); in RUNTIME_FUNCTION()
2434 if (caught_exception) { in RUNTIME_FUNCTION()
Disolate.cc618 bool caught_exception; in CaptureCurrentStackTrace() local
620 NULL, &caught_exception); in CaptureCurrentStackTrace()
621 if (caught_exception) { in CaptureCurrentStackTrace()
Druntime.cc10036 bool* caught_exception) { in DebugLookupResultValue() argument
10065 if (caught_exception != NULL) { in DebugLookupResultValue()
10066 *caught_exception = true; in DebugLookupResultValue()
10166 bool caught_exception = false; in RUNTIME_FUNCTION() local
10170 &result, &caught_exception); in RUNTIME_FUNCTION()
10185 details->set(2, isolate->heap()->ToBoolean(caught_exception)); in RUNTIME_FUNCTION()
Dapi.cc4925 bool caught_exception = false; in DateTimeConfigurationChangeNotification() local
4930 &caught_exception); in DateTimeConfigurationChangeNotification()