A D | quickjs.c | 971 #define DEF(id, size, n_pop, n_push, f) argument 979 #define DEF(id, size, n_pop, n_push, f) OP_##id, argument 980 #define def(id, size, n_pop, n_push, f) argument 990 #define DEF(id, size, n_pop, n_push, f) argument 991 #define def(id, size, n_pop, n_push, f) OP_##id, argument 15942 #define DEF(id, size, n_pop, n_push, f) &&case_OP_##id, in JS_CallInternal() argument 15944 #define def(id, size, n_pop, n_push, f) in JS_CallInternal() argument 19998 uint8_t n_push; member 20005 #define DEF(id, size, n_pop, n_push, f) {#id, size, n_pop, n_push, OP_FMT_##f}, argument 20007 #define DEF(id, size, n_pop, n_push, f) {size, n_pop, n_push, OP_FMT_##f}, [all …]
|