Searched refs:DUK_BW_ADD_PTR (Results 1 – 10 of 10) sorted by relevance
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/ |
D | duk_util.h | 170 #define DUK_BW_ADD_PTR(thr,bw_ctx,delta) do { \ macro
|
D | duk_js_compiler.c | 1046 DUK_BW_ADD_PTR(comp_ctx->thr, &comp_ctx->curr_func.bw_code, sizeof(duk_compiler_instr)); 1602 DUK_BW_ADD_PTR(comp_ctx->thr, &comp_ctx->curr_func.bw_code, sizeof(duk_compiler_instr)); 4445 …DUK_BW_ADD_PTR(comp_ctx->thr, &comp_ctx->curr_func.bw_code, (pc_temp_load - pc_before_rhs) * sizeo…
|
D | duk_bi_json.c | 1084 DUK_BW_ADD_PTR(js_ctx->thr, &js_ctx->bw, -1);
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/ |
D | duk_util.h | 170 #define DUK_BW_ADD_PTR(thr,bw_ctx,delta) do { \ macro
|
D | duk_js_compiler.c | 1046 DUK_BW_ADD_PTR(comp_ctx->thr, &comp_ctx->curr_func.bw_code, sizeof(duk_compiler_instr)); 1602 DUK_BW_ADD_PTR(comp_ctx->thr, &comp_ctx->curr_func.bw_code, sizeof(duk_compiler_instr)); 4445 …DUK_BW_ADD_PTR(comp_ctx->thr, &comp_ctx->curr_func.bw_code, (pc_temp_load - pc_before_rhs) * sizeo…
|
D | duk_bi_json.c | 1084 DUK_BW_ADD_PTR(js_ctx->thr, &js_ctx->bw, -1);
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-noline/ |
D | duktape.c | 1893 #define DUK_BW_ADD_PTR(thr,bw_ctx,delta) do { \ macro 29917 DUK_BW_ADD_PTR(js_ctx->thr, &js_ctx->bw, -1); 58417 DUK_BW_ADD_PTR(comp_ctx->thr, &comp_ctx->curr_func.bw_code, sizeof(duk_compiler_instr)); 58973 DUK_BW_ADD_PTR(comp_ctx->thr, &comp_ctx->curr_func.bw_code, sizeof(duk_compiler_instr)); 61816 …DUK_BW_ADD_PTR(comp_ctx->thr, &comp_ctx->curr_func.bw_code, (pc_temp_load - pc_before_rhs) * sizeo…
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src/ |
D | duktape.c | 1902 #define DUK_BW_ADD_PTR(thr,bw_ctx,delta) do { \ macro 30192 DUK_BW_ADD_PTR(js_ctx->thr, &js_ctx->bw, -1); 58778 DUK_BW_ADD_PTR(comp_ctx->thr, &comp_ctx->curr_func.bw_code, sizeof(duk_compiler_instr)); 59334 DUK_BW_ADD_PTR(comp_ctx->thr, &comp_ctx->curr_func.bw_code, sizeof(duk_compiler_instr)); 62177 …DUK_BW_ADD_PTR(comp_ctx->thr, &comp_ctx->curr_func.bw_code, (pc_temp_load - pc_before_rhs) * sizeo…
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src/ |
D | duktape.c | 1902 #define DUK_BW_ADD_PTR(thr,bw_ctx,delta) do { \ macro 29985 DUK_BW_ADD_PTR(js_ctx->thr, &js_ctx->bw, -1); 58527 DUK_BW_ADD_PTR(comp_ctx->thr, &comp_ctx->curr_func.bw_code, sizeof(duk_compiler_instr)); 59083 DUK_BW_ADD_PTR(comp_ctx->thr, &comp_ctx->curr_func.bw_code, sizeof(duk_compiler_instr)); 61926 …DUK_BW_ADD_PTR(comp_ctx->thr, &comp_ctx->curr_func.bw_code, (pc_temp_load - pc_before_rhs) * sizeo…
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-noline/ |
D | duktape.c | 1893 #define DUK_BW_ADD_PTR(thr,bw_ctx,delta) do { \ macro 30124 DUK_BW_ADD_PTR(js_ctx->thr, &js_ctx->bw, -1); 58668 DUK_BW_ADD_PTR(comp_ctx->thr, &comp_ctx->curr_func.bw_code, sizeof(duk_compiler_instr)); 59224 DUK_BW_ADD_PTR(comp_ctx->thr, &comp_ctx->curr_func.bw_code, sizeof(duk_compiler_instr)); 62067 …DUK_BW_ADD_PTR(comp_ctx->thr, &comp_ctx->curr_func.bw_code, (pc_temp_load - pc_before_rhs) * sizeo…
|