• Home
  • Raw
  • Download

Lines Matching refs:caught_exception

805   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
2532 0, NULL, &caught_exception); in ClearMirrorCache()
2641 bool* caught_exception) { in MakeJSObject() argument
2652 *caught_exception = true; in MakeJSObject()
2660 caught_exception); in MakeJSObject()
2665 Handle<Object> Debugger::MakeExecutionState(bool* caught_exception) { in MakeExecutionState() argument
2673 caught_exception); in MakeExecutionState()
2679 bool* caught_exception) { in MakeBreakEvent() argument
2685 caught_exception); in MakeBreakEvent()
2692 bool* caught_exception) { in MakeExceptionEvent() argument
2701 caught_exception); in MakeExceptionEvent()
2706 bool* caught_exception) { in MakeNewFunctionEvent() argument
2712 caught_exception); in MakeNewFunctionEvent()
2718 bool* caught_exception) { in MakeCompileEvent() argument
2721 Handle<Object> exec_state = MakeExecutionState(caught_exception); in MakeCompileEvent()
2729 caught_exception); in MakeCompileEvent()
2734 bool* caught_exception) { in MakeScriptCollectedEvent() argument
2736 Handle<Object> exec_state = MakeExecutionState(caught_exception); in MakeScriptCollectedEvent()
2743 caught_exception); in MakeScriptCollectedEvent()
2772 bool caught_exception = false; in OnException() local
2773 Handle<Object> exec_state = MakeExecutionState(&caught_exception); in OnException()
2775 if (!caught_exception) { in OnException()
2777 &caught_exception); in OnException()
2780 if (caught_exception) { in OnException()
2804 bool caught_exception = false; in OnDebugBreak() local
2805 Handle<Object> exec_state = MakeExecutionState(&caught_exception); in OnDebugBreak()
2807 if (!caught_exception) { in OnDebugBreak()
2809 &caught_exception); in OnDebugBreak()
2812 if (caught_exception) { in OnDebugBreak()
2836 bool caught_exception = false; in OnBeforeCompile() local
2837 Handle<Object> event_data = MakeCompileEvent(script, true, &caught_exception); in OnBeforeCompile()
2839 if (caught_exception) { in OnBeforeCompile()
2894 bool caught_exception; in OnAfterCompile() local
2900 &caught_exception); in OnAfterCompile()
2901 if (caught_exception) { in OnAfterCompile()
2911 &caught_exception); in OnAfterCompile()
2913 if (caught_exception) { in OnAfterCompile()
2936 bool caught_exception = false; in OnScriptCollected() local
2938 &caught_exception); in OnScriptCollected()
2940 if (caught_exception) { in OnScriptCollected()
2962 bool caught_exception = false; in ProcessDebugEvent() local
2963 Handle<Object> exec_state = MakeExecutionState(&caught_exception); in ProcessDebugEvent()
2964 if (caught_exception) { in ProcessDebugEvent()
3037 bool caught_exception; in CallJSEventCallback() local
3042 &caught_exception); in CallJSEventCallback()
3409 bool caught_exception = false; in Call() local
3410 Handle<Object> exec_state = MakeExecutionState(&caught_exception); in Call()
3411 if (caught_exception) { in Call()
3652 bool caught_exception; in GetJSON() local
3655 0, NULL, &caught_exception); in GetJSON()
3656 if (caught_exception || !json->IsString()) { in GetJSON()