Lines Matching refs:exceptionDetails
219 std::unique_ptr<protocol::Runtime::ExceptionDetails> exceptionDetails = in catchCallback() local
230 exceptionDetails->setStackTrace( in catchCallback()
233 exceptionDetails->setScriptId(toString16(stack->topScriptId())); in catchCallback()
234 callback->sendSuccess(std::move(wrappedValue), std::move(exceptionDetails)); in catchCallback()
335 Maybe<protocol::Runtime::ExceptionDetails>* exceptionDetails) { in getProperties() argument
350 tryCatch, groupName, generatePreview, exceptionDetails); in getProperties()
571 std::unique_ptr<protocol::Runtime::ExceptionDetails> exceptionDetails = in createExceptionDetails() local
586 exceptionDetails->setScriptId(String16::fromInteger( in createExceptionDetails()
590 exceptionDetails->setStackTrace( in createExceptionDetails()
602 exceptionDetails->setException(std::move(wrapped)); in createExceptionDetails()
604 *result = std::move(exceptionDetails); in createExceptionDetails()
612 Maybe<protocol::Runtime::ExceptionDetails>* exceptionDetails) { in wrapEvaluateResult() argument
636 exceptionDetails); in wrapEvaluateResult()