Compile sub-functions.

This commit is contained in:
Tor Andersson
2014-01-12 15:31:43 +01:00
parent dceb420447
commit 52f78c5687
5 changed files with 64 additions and 18 deletions

View File

@@ -24,6 +24,7 @@ struct js_Value
double number;
const char *string;
int boolean;
js_Function *function;
void *p;
} u;
int flag;