Home
last modified time | relevance | path

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

/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/
Dduk_js_compiler.c1773 #define DUK__ISCONST(comp_ctx,x) (((x) & DUK__CONST_MARKER) != 0) macro
2249 DUK_ASSERT(DUK__ISCONST(comp_ctx, arg1));
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/
Dduk_js_compiler.c1773 #define DUK__ISCONST(comp_ctx,x) (((x) & DUK__CONST_MARKER) != 0) macro
2249 DUK_ASSERT(DUK__ISCONST(comp_ctx, arg1));
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-noline/
Dduktape.c59144 #define DUK__ISCONST(comp_ctx,x) (((x) & DUK__CONST_MARKER) != 0) macro
59620 DUK_ASSERT(DUK__ISCONST(comp_ctx, arg1));
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src/
Dduktape.c59505 #define DUK__ISCONST(comp_ctx,x) (((x) & DUK__CONST_MARKER) != 0) macro
59981 DUK_ASSERT(DUK__ISCONST(comp_ctx, arg1));
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src/
Dduktape.c59254 #define DUK__ISCONST(comp_ctx,x) (((x) & DUK__CONST_MARKER) != 0) macro
59730 DUK_ASSERT(DUK__ISCONST(comp_ctx, arg1));
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-noline/
Dduktape.c59395 #define DUK__ISCONST(comp_ctx,x) (((x) & DUK__CONST_MARKER) != 0) macro
59871 DUK_ASSERT(DUK__ISCONST(comp_ctx, arg1));