Searched refs:errorSupport (Results 1 – 1 of 1) sorted by relevance
1006 protocol::ErrorSupport errorSupport; in currentCallFrames() local1007 *result = Array<CallFrame>::parse(protocolValue.get(), &errorSupport); in currentCallFrames()1008 if (!*result) return Response::Error(errorSupport.errors()); in currentCallFrames()