Lines Matching refs:tk
76781 duk_token *tk; local
76797 tk = &comp_ctx->prev_token;
76798 tok = tk->t;
76802 … (long) tk->t, (long) comp_ctx->curr_func.allow_in, (long) comp_ctx->curr_func.paren_level));
76818 duk__ivalue_var_hstring(comp_ctx, res, tk->str1);
76834 duk_push_number(thr, tk->num);
76838 DUK_ASSERT(tk->str1 != NULL);
76839 duk_push_hstring(thr, tk->str1);
76848 DUK_ASSERT(tk->str1 != NULL);
76849 DUK_ASSERT(tk->str2 != NULL);
76852 (duk_heaphdr *) tk->str1,
76853 (duk_heaphdr *) tk->str2));
76856 duk_push_hstring(thr, tk->str1);
76857 duk_push_hstring(thr, tk->str2);
77317 duk_token *tk; local
77329 tk = &comp_ctx->prev_token;
77330 tok = tk->t;
77333 … (long) tk->t, (long) comp_ctx->curr_func.allow_in, (long) comp_ctx->curr_func.paren_level));