Searched refs:caught_exception (Results 1 – 10 of 10) sorted by relevance
766 bool caught_exception; in CompileDebuggerScript() local772 0, NULL, &caught_exception); in CompileDebuggerScript()775 if (caught_exception) { in CompileDebuggerScript()841 bool caught_exception = in Load() local846 caught_exception = caught_exception || in Load()857 if (caught_exception) return false; in Load()1107 bool caught_exception; in CheckBreakPoint() local1113 &caught_exception); in CheckBreakPoint()1116 if (caught_exception || !result->IsBoolean()) { in CheckBreakPoint()2253 bool caught_exception; in ClearMirrorCache() local[all …]
153 bool caught_exception; in GetMessage() local159 &caught_exception); in GetMessage()161 if (caught_exception || !result->IsString()) { in GetMessage()
190 bool* caught_exception) { in TryCall() argument198 *caught_exception = false; in TryCall()201 caught_exception); in TryCall()203 if (*caught_exception) { in TryCall()682 bool caught_exception; in CharAt() local689 &caught_exception); in CharAt()690 if (caught_exception) { in CharAt()771 bool caught_exception; in GetStackTraceLine() local776 &caught_exception); in GetStackTraceLine()777 if (caught_exception || !result->IsString()) { in GetStackTraceLine()
715 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);
92 bool* caught_exception);
686 bool caught_exception; in NewError() local691 &caught_exception); in NewError()711 bool caught_exception; in NewError() local716 &caught_exception); in NewError()
2318 bool caught_exception; in RUNTIME_FUNCTION() local2320 &caught_exception); in RUNTIME_FUNCTION()2321 if (caught_exception) { in RUNTIME_FUNCTION()2427 bool caught_exception; in RUNTIME_FUNCTION() local2433 &caught_exception); in RUNTIME_FUNCTION()2434 if (caught_exception) { in RUNTIME_FUNCTION()
618 bool caught_exception; in CaptureCurrentStackTrace() local620 NULL, &caught_exception); in CaptureCurrentStackTrace()621 if (caught_exception) { in CaptureCurrentStackTrace()
10036 bool* caught_exception) { in DebugLookupResultValue() argument10065 if (caught_exception != NULL) { in DebugLookupResultValue()10066 *caught_exception = true; in DebugLookupResultValue()10166 bool caught_exception = false; in RUNTIME_FUNCTION() local10170 &result, &caught_exception); in RUNTIME_FUNCTION()10185 details->set(2, isolate->heap()->ToBoolean(caught_exception)); in RUNTIME_FUNCTION()
4925 bool caught_exception = false; in DateTimeConfigurationChangeNotification() local4930 &caught_exception); in DateTimeConfigurationChangeNotification()