Files
cell/source/qjs_debug.h

8 lines
105 B
C

#ifndef QJS_DEBUG_H
#define QJS_DEBUG_H
#include "cell.h"
JSValue js_debug_use(JSContext *ctx);
#endif