Searched refs:enable_exception_handling (Results 1 – 2 of 2) sorted by relevance
388 args->enable_exception_handling = 0; in OnStart()401 args->enable_exception_handling = 1; in OnStart()
1008 bool enable_exception_handling = process_type_ == kNativeNaClProcessType; in AttachDebugExceptionHandler() local1009 if (!enable_exception_handling && !enable_debug_stub_) { in AttachDebugExceptionHandler()