Searched refs:allow_in (Results 1 – 8 of 8) sorted by relevance
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/ |
D | duk_js_compiler.h | 156 duk_bool_t allow_in; /* current paren level allows 'in' token */ member
|
D | duk_js_compiler.c | 3268 … (long) tk->t, (long) comp_ctx->curr_func.allow_in, (long) comp_ctx->curr_func.paren_level)); 3367 prev_allow_in = comp_ctx->curr_func.allow_in; 3368 comp_ctx->curr_func.allow_in = 1; /* reset 'allow_in' for parenthesized expression */ 3373 comp_ctx->curr_func.allow_in = prev_allow_in; 3787 … (long) tk->t, (long) comp_ctx->curr_func.allow_in, (long) comp_ctx->curr_func.paren_level)); 4732 if (tok == DUK_TOK_IN && !comp_ctx->curr_func.allow_in) { 4780 (long) rbp_flags, (long) rbp, (long) comp_ctx->curr_func.allow_in, 4837 comp_ctx->curr_func.allow_in = (rbp_flags & DUK__EXPR_FLAG_REJECT_IN ? 0 : 1);
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/ |
D | duk_js_compiler.h | 156 duk_bool_t allow_in; /* current paren level allows 'in' token */ member
|
D | duk_js_compiler.c | 3268 … (long) tk->t, (long) comp_ctx->curr_func.allow_in, (long) comp_ctx->curr_func.paren_level)); 3367 prev_allow_in = comp_ctx->curr_func.allow_in; 3368 comp_ctx->curr_func.allow_in = 1; /* reset 'allow_in' for parenthesized expression */ 3373 comp_ctx->curr_func.allow_in = prev_allow_in; 3787 … (long) tk->t, (long) comp_ctx->curr_func.allow_in, (long) comp_ctx->curr_func.paren_level)); 4732 if (tok == DUK_TOK_IN && !comp_ctx->curr_func.allow_in) { 4780 (long) rbp_flags, (long) rbp, (long) comp_ctx->curr_func.allow_in, 4837 comp_ctx->curr_func.allow_in = (rbp_flags & DUK__EXPR_FLAG_REJECT_IN ? 0 : 1);
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-noline/ |
D | duktape.c | 3298 duk_bool_t allow_in; /* current paren level allows 'in' token */ member 60639 … (long) tk->t, (long) comp_ctx->curr_func.allow_in, (long) comp_ctx->curr_func.paren_level)); 60738 prev_allow_in = comp_ctx->curr_func.allow_in; 60739 comp_ctx->curr_func.allow_in = 1; /* reset 'allow_in' for parenthesized expression */ 60744 comp_ctx->curr_func.allow_in = prev_allow_in; 61158 … (long) tk->t, (long) comp_ctx->curr_func.allow_in, (long) comp_ctx->curr_func.paren_level)); 62103 if (tok == DUK_TOK_IN && !comp_ctx->curr_func.allow_in) { 62151 (long) rbp_flags, (long) rbp, (long) comp_ctx->curr_func.allow_in, 62208 comp_ctx->curr_func.allow_in = (rbp_flags & DUK__EXPR_FLAG_REJECT_IN ? 0 : 1);
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src/ |
D | duktape.c | 3311 duk_bool_t allow_in; /* current paren level allows 'in' token */ member 61000 … (long) tk->t, (long) comp_ctx->curr_func.allow_in, (long) comp_ctx->curr_func.paren_level)); 61099 prev_allow_in = comp_ctx->curr_func.allow_in; 61100 comp_ctx->curr_func.allow_in = 1; /* reset 'allow_in' for parenthesized expression */ 61105 comp_ctx->curr_func.allow_in = prev_allow_in; 61519 … (long) tk->t, (long) comp_ctx->curr_func.allow_in, (long) comp_ctx->curr_func.paren_level)); 62464 if (tok == DUK_TOK_IN && !comp_ctx->curr_func.allow_in) { 62512 (long) rbp_flags, (long) rbp, (long) comp_ctx->curr_func.allow_in, 62569 comp_ctx->curr_func.allow_in = (rbp_flags & DUK__EXPR_FLAG_REJECT_IN ? 0 : 1);
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src/ |
D | duktape.c | 3311 duk_bool_t allow_in; /* current paren level allows 'in' token */ member 60749 … (long) tk->t, (long) comp_ctx->curr_func.allow_in, (long) comp_ctx->curr_func.paren_level)); 60848 prev_allow_in = comp_ctx->curr_func.allow_in; 60849 comp_ctx->curr_func.allow_in = 1; /* reset 'allow_in' for parenthesized expression */ 60854 comp_ctx->curr_func.allow_in = prev_allow_in; 61268 … (long) tk->t, (long) comp_ctx->curr_func.allow_in, (long) comp_ctx->curr_func.paren_level)); 62213 if (tok == DUK_TOK_IN && !comp_ctx->curr_func.allow_in) { 62261 (long) rbp_flags, (long) rbp, (long) comp_ctx->curr_func.allow_in, 62318 comp_ctx->curr_func.allow_in = (rbp_flags & DUK__EXPR_FLAG_REJECT_IN ? 0 : 1);
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-noline/ |
D | duktape.c | 3298 duk_bool_t allow_in; /* current paren level allows 'in' token */ member 60890 … (long) tk->t, (long) comp_ctx->curr_func.allow_in, (long) comp_ctx->curr_func.paren_level)); 60989 prev_allow_in = comp_ctx->curr_func.allow_in; 60990 comp_ctx->curr_func.allow_in = 1; /* reset 'allow_in' for parenthesized expression */ 60995 comp_ctx->curr_func.allow_in = prev_allow_in; 61409 … (long) tk->t, (long) comp_ctx->curr_func.allow_in, (long) comp_ctx->curr_func.paren_level)); 62354 if (tok == DUK_TOK_IN && !comp_ctx->curr_func.allow_in) { 62402 (long) rbp_flags, (long) rbp, (long) comp_ctx->curr_func.allow_in, 62459 comp_ctx->curr_func.allow_in = (rbp_flags & DUK__EXPR_FLAG_REJECT_IN ? 0 : 1);
|