Home
last modified time | relevance | path

Searched refs:DUK_BW_ENSURE_GETPTR (Results 1 – 25 of 42) sorted by relevance

12

/dports/lang/duktape-lib/duktape-2.6.0/src-input/
H A Dduk_bi_json.c1242 q = DUK_BW_ENSURE_GETPTR(thr, &js_ctx->bw, space);
1537 q = DUK_BW_ENSURE_GETPTR(thr, &js_ctx->bw, space);
1600 q = DUK_BW_ENSURE_GETPTR(js_ctx->thr, &js_ctx->bw, 32);
1716 p = DUK_BW_ENSURE_GETPTR(js_ctx->thr, &js_ctx->bw, need_bytes);
H A Dduk_util.h230 #define DUK_BW_ENSURE_GETPTR(thr,bw_ctx,sz) \ macro
H A Dduk_js_compiler.c1126 …instr = (duk_compiler_instr *) (void *) DUK_BW_ENSURE_GETPTR(comp_ctx->thr, &comp_ctx->curr_func.b… in duk__emit()
/dports/lang/duktape/duktape-2.6.0/src-separate/
H A Dduk_bi_json.c1242 q = DUK_BW_ENSURE_GETPTR(thr, &js_ctx->bw, space);
1537 q = DUK_BW_ENSURE_GETPTR(thr, &js_ctx->bw, space);
1600 q = DUK_BW_ENSURE_GETPTR(js_ctx->thr, &js_ctx->bw, 32);
1716 p = DUK_BW_ENSURE_GETPTR(js_ctx->thr, &js_ctx->bw, need_bytes);
H A Dduk_util.h230 #define DUK_BW_ENSURE_GETPTR(thr,bw_ctx,sz) \ macro
H A Dduk_js_compiler.c1126 …instr = (duk_compiler_instr *) (void *) DUK_BW_ENSURE_GETPTR(comp_ctx->thr, &comp_ctx->curr_func.b… in duk__emit()
/dports/lang/duktape-lib/duktape-2.6.0/src-separate/
H A Dduk_bi_json.c1242 q = DUK_BW_ENSURE_GETPTR(thr, &js_ctx->bw, space);
1537 q = DUK_BW_ENSURE_GETPTR(thr, &js_ctx->bw, space);
1600 q = DUK_BW_ENSURE_GETPTR(js_ctx->thr, &js_ctx->bw, 32);
1716 p = DUK_BW_ENSURE_GETPTR(js_ctx->thr, &js_ctx->bw, need_bytes);
H A Dduk_util.h230 #define DUK_BW_ENSURE_GETPTR(thr,bw_ctx,sz) \ macro
H A Dduk_js_compiler.c1126 …instr = (duk_compiler_instr *) (void *) DUK_BW_ENSURE_GETPTR(comp_ctx->thr, &comp_ctx->curr_func.b… in duk__emit()
/dports/lang/duktape/duktape-2.6.0/src-input/
H A Dduk_bi_json.c1242 q = DUK_BW_ENSURE_GETPTR(thr, &js_ctx->bw, space);
1537 q = DUK_BW_ENSURE_GETPTR(thr, &js_ctx->bw, space);
1600 q = DUK_BW_ENSURE_GETPTR(js_ctx->thr, &js_ctx->bw, 32);
1716 p = DUK_BW_ENSURE_GETPTR(js_ctx->thr, &js_ctx->bw, need_bytes);
H A Dduk_util.h230 #define DUK_BW_ENSURE_GETPTR(thr,bw_ctx,sz) \ macro
H A Dduk_js_compiler.c1126 …instr = (duk_compiler_instr *) (void *) DUK_BW_ENSURE_GETPTR(comp_ctx->thr, &comp_ctx->curr_func.b… in duk__emit()
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src-separate/
H A Dduk_bi_json.c1229 q = DUK_BW_ENSURE_GETPTR(thr, &js_ctx->bw, space);
1527 q = DUK_BW_ENSURE_GETPTR(thr, &js_ctx->bw, space);
1657 p = DUK_BW_ENSURE_GETPTR(js_ctx->thr, &js_ctx->bw, need_bytes);
H A Dduk_util.h207 #define DUK_BW_ENSURE_GETPTR(thr,bw_ctx,sz) \ macro
H A Dduk_js_compiler.c1045 …instr = (duk_compiler_instr *) (void *) DUK_BW_ENSURE_GETPTR(comp_ctx->thr, &comp_ctx->curr_func.b…
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src-separate/
H A Dduk_bi_json.c1229 q = DUK_BW_ENSURE_GETPTR(thr, &js_ctx->bw, space);
1527 q = DUK_BW_ENSURE_GETPTR(thr, &js_ctx->bw, space);
1657 p = DUK_BW_ENSURE_GETPTR(js_ctx->thr, &js_ctx->bw, need_bytes);
H A Dduk_util.h207 #define DUK_BW_ENSURE_GETPTR(thr,bw_ctx,sz) \ macro
H A Dduk_js_compiler.c1045 …instr = (duk_compiler_instr *) (void *) DUK_BW_ENSURE_GETPTR(comp_ctx->thr, &comp_ctx->curr_func.b…
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/gopkg.in/olebedev/go-duktape.v3/
H A Dduktape.c2491 #define DUK_BW_ENSURE_GETPTR(thr,bw_ctx,sz) \ macro
35436 q = DUK_BW_ENSURE_GETPTR(thr, &js_ctx->bw, space);
35731 q = DUK_BW_ENSURE_GETPTR(thr, &js_ctx->bw, space);
35794 q = DUK_BW_ENSURE_GETPTR(js_ctx->thr, &js_ctx->bw, 32);
35910 p = DUK_BW_ENSURE_GETPTR(js_ctx->thr, &js_ctx->bw, need_bytes);
66166 …instr = (duk_compiler_instr *) (void *) DUK_BW_ENSURE_GETPTR(comp_ctx->thr, &comp_ctx->curr_func.b…
/dports/games/openfodder/openfodder-1.6.0/Source/Utils/
H A Dduktape.cpp2496 #define DUK_BW_ENSURE_GETPTR(thr,bw_ctx,sz) \ macro
35441 q = DUK_BW_ENSURE_GETPTR(thr, &js_ctx->bw, space);
35736 q = DUK_BW_ENSURE_GETPTR(thr, &js_ctx->bw, space);
35799 q = DUK_BW_ENSURE_GETPTR(js_ctx->thr, &js_ctx->bw, 32);
35915 p = DUK_BW_ENSURE_GETPTR(js_ctx->thr, &js_ctx->bw, need_bytes);
66171 …instr = (duk_compiler_instr *) (void *) DUK_BW_ENSURE_GETPTR(comp_ctx->thr, &comp_ctx->curr_func.b…
/dports/www/netsurf/netsurf-3.10/content/handlers/javascript/duktape/
H A Dduktape.c2495 #define DUK_BW_ENSURE_GETPTR(thr,bw_ctx,sz) \ macro
35583 q = DUK_BW_ENSURE_GETPTR(thr, &js_ctx->bw, space);
35879 q = DUK_BW_ENSURE_GETPTR(thr, &js_ctx->bw, space);
35942 q = DUK_BW_ENSURE_GETPTR(js_ctx->thr, &js_ctx->bw, 32);
36058 p = DUK_BW_ENSURE_GETPTR(js_ctx->thr, &js_ctx->bw, need_bytes);
66786 …instr = (duk_compiler_instr *) (void *) DUK_BW_ENSURE_GETPTR(comp_ctx->thr, &comp_ctx->curr_func.b…
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src-noline/
H A Dduktape.c1930 #define DUK_BW_ENSURE_GETPTR(thr,bw_ctx,sz) \ macro
30269 q = DUK_BW_ENSURE_GETPTR(thr, &js_ctx->bw, space);
30567 q = DUK_BW_ENSURE_GETPTR(thr, &js_ctx->bw, space);
30697 p = DUK_BW_ENSURE_GETPTR(js_ctx->thr, &js_ctx->bw, need_bytes);
58667 …instr = (duk_compiler_instr *) (void *) DUK_BW_ENSURE_GETPTR(comp_ctx->thr, &comp_ctx->curr_func.b…
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src/
H A Dduktape.c1939 #define DUK_BW_ENSURE_GETPTR(thr,bw_ctx,sz) \ macro
30337 q = DUK_BW_ENSURE_GETPTR(thr, &js_ctx->bw, space);
30635 q = DUK_BW_ENSURE_GETPTR(thr, &js_ctx->bw, space);
30765 p = DUK_BW_ENSURE_GETPTR(js_ctx->thr, &js_ctx->bw, need_bytes);
58777 …instr = (duk_compiler_instr *) (void *) DUK_BW_ENSURE_GETPTR(comp_ctx->thr, &comp_ctx->curr_func.b…
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src/
H A Dduktape.c1939 #define DUK_BW_ENSURE_GETPTR(thr,bw_ctx,sz) \ macro
30130 q = DUK_BW_ENSURE_GETPTR(thr, &js_ctx->bw, space);
30428 q = DUK_BW_ENSURE_GETPTR(thr, &js_ctx->bw, space);
30558 p = DUK_BW_ENSURE_GETPTR(js_ctx->thr, &js_ctx->bw, need_bytes);
58526 …instr = (duk_compiler_instr *) (void *) DUK_BW_ENSURE_GETPTR(comp_ctx->thr, &comp_ctx->curr_func.b…
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src-noline/
H A Dduktape.c1930 #define DUK_BW_ENSURE_GETPTR(thr,bw_ctx,sz) \ macro
30062 q = DUK_BW_ENSURE_GETPTR(thr, &js_ctx->bw, space);
30360 q = DUK_BW_ENSURE_GETPTR(thr, &js_ctx->bw, space);
30490 p = DUK_BW_ENSURE_GETPTR(js_ctx->thr, &js_ctx->bw, need_bytes);
58416 …instr = (duk_compiler_instr *) (void *) DUK_BW_ENSURE_GETPTR(comp_ctx->thr, &comp_ctx->curr_func.b…

12