Home
last modified time | relevance | path

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

/external/chromium_org/v8/test/mjsunit/
Ddebug-liveedit-compile-error.js46 var caught_exception = null; variable
51 caught_exception = e;
54 assertNotNull(caught_exception);
56 caught_exception.details.syntaxErrorMessage);
58 assertEquals(2, caught_exception.details.position.start.line);
/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()
/external/chromium_org/v8/src/
Ddebug.cc805 bool caught_exception; in CompileDebuggerScript() local
814 &caught_exception); in CompileDebuggerScript()
817 if (caught_exception) { in CompileDebuggerScript()
888 bool caught_exception = in Load() local
893 caught_exception = caught_exception || in Load()
904 if (caught_exception) return false; in Load()
1156 bool caught_exception; in CheckBreakPoint() local
1162 &caught_exception); in CheckBreakPoint()
1165 if (caught_exception || !result->IsBoolean()) { in CheckBreakPoint()
2529 bool caught_exception; in ClearMirrorCache() local
[all …]
Dexecution.cc200 bool* caught_exception) { in TryCall() argument
208 *caught_exception = false; in TryCall()
214 caught_exception); in TryCall()
216 if (*caught_exception) { in TryCall()
719 bool caught_exception; in CharAt() local
726 &caught_exception); in CharAt()
727 if (caught_exception) { in CharAt()
813 bool caught_exception; in GetStackTraceLine() local
818 &caught_exception); in GetStackTraceLine()
819 if (caught_exception || !result->IsString()) { in GetStackTraceLine()
Dmessages.cc172 bool caught_exception; in GetMessage() local
178 &caught_exception); in GetMessage()
180 if (caught_exception || !result->IsString()) { in GetMessage()
Ddebug.h792 bool* caught_exception);
793 Handle<Object> MakeExecutionState(bool* caught_exception);
796 bool* caught_exception);
800 bool* caught_exception);
802 bool* caught_exception);
805 bool* caught_exception);
807 bool* caught_exception);
Dexecution.h94 bool* caught_exception);
Dhandles.cc488 bool caught_exception; in GetScriptNameOrSourceURL() local
490 NULL, &caught_exception); in GetScriptNameOrSourceURL()
491 if (caught_exception) { in GetScriptNameOrSourceURL()
Dfactory.cc935 bool caught_exception; in NewError() local
940 &caught_exception); in NewError()
960 bool caught_exception; in NewError() local
965 &caught_exception); in NewError()
Dic.cc2730 bool caught_exception; in Transition() local
2732 isolate(), function, left, 1, &right, &caught_exception); in Transition()
2733 if (caught_exception) return Failure::Exception(); in Transition()
Druntime.cc10741 bool* caught_exception) { in DebugLookupResultValue() argument
10777 if (caught_exception != NULL) *caught_exception = true; in DebugLookupResultValue()
10874 bool caught_exception = false; in RUNTIME_FUNCTION() local
10878 &result, &caught_exception); in RUNTIME_FUNCTION()
10893 details->set(2, isolate->heap()->ToBoolean(caught_exception)); in RUNTIME_FUNCTION()
Dapi.cc5980 bool caught_exception = false; in DateTimeConfigurationChangeNotification() local
5985 &caught_exception); in DateTimeConfigurationChangeNotification()