You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

17 lines
264 B

//
// Created by Marek Kotewicz on 28/04/15.
//
#include "JSV8Printer.h"
using namespace dev;
using namespace eth;
JSV8Printer::JSV8Printer(JSV8Engine const& _engine)
{
}
const char* JSV8Printer::prettyPrint(JSV8Value const& _value) const
{
return nullptr;
}