static void assetReadDirSync(JXValue *results, int argc) {
  JX_SetJSON(&results[argc], files_json.c_str(), files_json.length());
}
Example #2
0
static void getTaskOptions(JXValue *results, int argc) {
  JX_SetJSON(&results[argc], taskOptions_json.c_str(), taskOptions_json.length());
}