Home
last modified time | relevance | path

Searched refs:DUK__CONST (Results 1 – 6 of 6) sorted by relevance

/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/
Dduk_js_executor.c1944 #define DUK__CONST(x) (*(consts + (x))) macro
1947 #define DUK__REGCONST(x) ((x) < DUK_BC_REGLIMIT ? DUK__REG((x)) : DUK__CONST((x) - DUK_BC_REGLIM…
4499 #undef DUK__CONST
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/
Dduk_js_executor.c1944 #define DUK__CONST(x) (*(consts + (x))) macro
1947 #define DUK__REGCONST(x) ((x) < DUK_BC_REGLIMIT ? DUK__REG((x)) : DUK__CONST((x) - DUK_BC_REGLIM…
4507 #undef DUK__CONST
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-noline/
Dduktape.c67180 #define DUK__CONST(x) (*(consts + (x))) macro
67183 #define DUK__REGCONST(x) ((x) < DUK_BC_REGLIMIT ? DUK__REG((x)) : DUK__CONST((x) - DUK_BC_REGLIM…
69735 #undef DUK__CONST
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src/
Dduktape.c67542 #define DUK__CONST(x) (*(consts + (x))) macro
67545 #define DUK__REGCONST(x) ((x) < DUK_BC_REGLIMIT ? DUK__REG((x)) : DUK__CONST((x) - DUK_BC_REGLIM…
70105 #undef DUK__CONST
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src/
Dduktape.c67291 #define DUK__CONST(x) (*(consts + (x))) macro
67294 #define DUK__REGCONST(x) ((x) < DUK_BC_REGLIMIT ? DUK__REG((x)) : DUK__CONST((x) - DUK_BC_REGLIM…
69846 #undef DUK__CONST
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-noline/
Dduktape.c67431 #define DUK__CONST(x) (*(consts + (x))) macro
67434 #define DUK__REGCONST(x) ((x) < DUK_BC_REGLIMIT ? DUK__REG((x)) : DUK__CONST((x) - DUK_BC_REGLIM…
69994 #undef DUK__CONST