Lines Matching refs:decls_idx
3277 duk_idx_t decls_idx; member
58147 func->decls_idx = entry_top + 3;
62625 n = (duk_uarridx_t) duk_get_length(ctx, comp_ctx->curr_func.decls_idx);
62627 duk_put_prop_index(ctx, comp_ctx->curr_func.decls_idx, n);
62629 duk_put_prop_index(ctx, comp_ctx->curr_func.decls_idx, n + 1);
63937 n = (duk_uarridx_t) duk_get_length(ctx, comp_ctx->curr_func.decls_idx);
63939 duk_put_prop_index(ctx, comp_ctx->curr_func.decls_idx, n);
63941 duk_put_prop_index(ctx, comp_ctx->curr_func.decls_idx, n + 1);
64535 num_decls = (duk_uarridx_t) duk_get_length(ctx, comp_ctx->curr_func.decls_idx);
64538 (duk_tval *) duk_get_tval(ctx, comp_ctx->curr_func.decls_idx)));
64543 duk_get_prop_index(ctx, comp_ctx->curr_func.decls_idx, i + 1); /* decl type */
64553 duk_get_prop_index(ctx, comp_ctx->curr_func.decls_idx, i); /* decl name */
64644 duk_get_prop_index(ctx, comp_ctx->curr_func.decls_idx, i + 1); /* decl type */
64653 duk_get_prop_index(ctx, comp_ctx->curr_func.decls_idx, i); /* decl name */
64658 duk_get_prop_index(ctx, comp_ctx->curr_func.decls_idx, i); /* decl name */