Lines Matching refs:h_tmp
30974 duk_hobject *h_tmp; local
30996 h_tmp = duk_get_hobject_or_lfunc_coerce(ctx, -1);
30997 if (h_tmp != NULL) {
30999 h_tmp = duk_get_hobject_or_lfunc_coerce(ctx, -1); /* toJSON() can also be a lightfunc */
31001 if (h_tmp != NULL && DUK_HOBJECT_IS_CALLABLE(h_tmp)) {
31522 duk_hstring *h_tmp; local
31527 h_tmp = duk_to_hstring((duk_context *) js_ctx->thr, -1);
31528 DUK_ASSERT(h_tmp != NULL);
31529 has_inherited = duk_hobject_hasprop_raw(js_ctx->thr, obj, h_tmp);
54570 duk_hobject *h_tmp; local
54593 h_tmp = act->prev_caller;
54594 if (h_tmp) {
54596 DUK_HOBJECT_DECREF(thr, h_tmp); /* side effects */
55456 duk_hobject *h_tmp; local
55501 h_tmp = DUK_TVAL_GET_OBJECT(tv_caller);
55502 DUK_ASSERT(h_tmp != NULL);
55503 act_callee->prev_caller = h_tmp;