js doc
This commit is contained in:
@@ -194,7 +194,7 @@ JSValue NAME##2js(JSContext *js, int enumval) { \
|
||||
}
|
||||
|
||||
#define CELL_USE_INIT(c) \
|
||||
JSValue CELL_USE_NAME(JSContext *js) { c }
|
||||
JSValue CELL_USE_NAME(JSContext *js) { do { c ; } while(0); }
|
||||
|
||||
#define CELL_USE_FUNCS(FUNCS) \
|
||||
JSValue CELL_USE_NAME(JSContext *js) { \
|
||||
|
||||
Reference in New Issue
Block a user