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

/external/chromium_org/v8/test/mjsunit/
H A 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/
H A Dmessages.cc153 bool caught_exception; local
159 &caught_exception);
161 if (caught_exception || !result->IsString()) {
H A Ddebug.cc766 bool caught_exception; local
772 0, NULL, &caught_exception);
775 if (caught_exception) {
841 bool caught_exception = local
846 caught_exception = caught_exception ||
857 if (caught_exception) return false;
1107 bool caught_exception; local
1113 &caught_exception);
1116 if (caught_exception || !resul
2253 bool caught_exception; local
2367 MakeJSObject(Vector<const char> constructor_name, int argc, Handle<Object> argv[], bool* caught_exception) argument
2393 MakeExecutionState(bool* caught_exception) argument
2405 MakeBreakEvent(Handle<Object> exec_state, Handle<Object> break_points_hit, bool* caught_exception) argument
2417 MakeExceptionEvent(Handle<Object> exec_state, Handle<Object> exception, bool uncaught, bool* caught_exception) argument
2433 MakeNewFunctionEvent(Handle<Object> function, bool* caught_exception) argument
2444 MakeCompileEvent(Handle<Script> script, bool before, bool* caught_exception) argument
2461 MakeScriptCollectedEvent(int id, bool* caught_exception) argument
2500 bool caught_exception = false; local
2532 bool caught_exception = false; local
2619 bool caught_exception; local
2625 &caught_exception); local
2686 bool caught_exception = false; local
2761 bool caught_exception; local
3131 bool caught_exception = false; local
3374 bool caught_exception; local
[all...]
H A Dexecution.cc190 bool* caught_exception) {
198 *caught_exception = false;
201 caught_exception);
203 if (*caught_exception) {
682 bool caught_exception; local
689 &caught_exception);
690 if (caught_exception) {
771 bool caught_exception; local
776 &caught_exception);
777 if (caught_exception || !resul
186 TryCall(Handle<JSFunction> func, Handle<Object> receiver, int argc, Handle<Object> args[], bool* caught_exception) argument
[all...]
H A 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);
H A Dexecution.h92 bool* caught_exception);
H A Dic.cc2318 bool caught_exception; local
2320 &caught_exception);
2321 if (caught_exception) {
2427 bool caught_exception; local
2433 &caught_exception);
2434 if (caught_exception) {
H A Dfactory.cc686 bool caught_exception; local
691 &caught_exception);
711 bool caught_exception; local
716 &caught_exception);
H A Disolate.cc618 bool caught_exception; local
620 NULL, &caught_exception);
621 if (caught_exception) {
H A Druntime.cc10036 bool* caught_exception) {
10065 if (caught_exception != NULL) {
10066 *caught_exception = true;
10166 bool caught_exception = false;
10170 &result, &caught_exception);
10185 details->set(2, isolate->heap()->ToBoolean(caught_exception));
H A Dapi.cc4925 bool caught_exception = false; local
4930 &caught_exception);
/external/chromium_org/v8/src/
H A Ddebug.cc805 bool caught_exception; local
814 &caught_exception);
817 if (caught_exception) {
888 bool caught_exception = local
893 caught_exception = caught_exception ||
904 if (caught_exception) return false;
1156 bool caught_exception; local
1162 &caught_exception);
1165 if (caught_exception || !resul
2529 bool caught_exception; local
2638 MakeJSObject(Vector<const char> constructor_name, int argc, Handle<Object> argv[], bool* caught_exception) argument
2665 MakeExecutionState(bool* caught_exception) argument
2677 MakeBreakEvent(Handle<Object> exec_state, Handle<Object> break_points_hit, bool* caught_exception) argument
2689 MakeExceptionEvent(Handle<Object> exec_state, Handle<Object> exception, bool uncaught, bool* caught_exception) argument
2705 MakeNewFunctionEvent(Handle<Object> function, bool* caught_exception) argument
2716 MakeCompileEvent(Handle<Script> script, bool before, bool* caught_exception) argument
2733 MakeScriptCollectedEvent(int id, bool* caught_exception) argument
2772 bool caught_exception = false; local
2804 bool caught_exception = false; local
2894 bool caught_exception; local
2900 &caught_exception); local
2962 bool caught_exception = false; local
3037 bool caught_exception; local
3409 bool caught_exception = false; local
3652 bool caught_exception; local
[all...]
H A Dmessages.cc172 bool caught_exception; local
178 &caught_exception);
180 if (caught_exception || !result->IsString()) {
H A Dexecution.cc200 bool* caught_exception) {
208 *caught_exception = false;
214 caught_exception);
216 if (*caught_exception) {
719 bool caught_exception; local
726 &caught_exception);
727 if (caught_exception) {
813 bool caught_exception; local
818 &caught_exception);
819 if (caught_exception || !resul
196 TryCall(Handle<JSFunction> func, Handle<Object> receiver, int argc, Handle<Object> args[], bool* caught_exception) argument
[all...]
H A 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);
H A Dexecution.h94 bool* caught_exception);
H A Dhandles.cc488 bool caught_exception; local
490 NULL, &caught_exception);
491 if (caught_exception) {
H A Dfactory.cc935 bool caught_exception; local
940 &caught_exception);
960 bool caught_exception; local
965 &caught_exception);
H A Dic.cc2730 bool caught_exception; local
2732 isolate(), function, left, 1, &right, &caught_exception);
2733 if (caught_exception) return Failure::Exception();
H A Druntime.cc10741 bool* caught_exception) {
10777 if (caught_exception != NULL) *caught_exception = true;
10874 bool caught_exception = false;
10878 &result, &caught_exception);
10893 details->set(2, isolate->heap()->ToBoolean(caught_exception));
H A Dapi.cc5980 bool caught_exception = false; local
5985 &caught_exception);

Completed in 362 milliseconds