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