Lines Matching defs:exception
320 std::unique_ptr<protocol::Runtime::RemoteObject> exception =
326 .setText(exception ? m_message : m_detailedMessage)
338 if (exception) exceptionDetails->setException(std::move(exception));
400 v8::Local<v8::Value> exception;
401 if (!maybe_exception.ToLocal(&exception)) return nullptr;
403 return inspector->getAssociatedExceptionDataForProtocol(exception);
492 v8::Local<v8::Value> exception, unsigned exceptionId) {
499 if (contextId && !exception.IsEmpty()) {
503 new v8::Global<v8::Value>(isolate, exception)));
505 v8::debug::EstimatedValueSize(isolate, exception);