Searched refs:stack_pop (Results 1 – 4 of 4) sorted by relevance
146 v = stack_pop(ctx); in stack_pop_number()157 v = stack_pop(ctx); in stack_pop_object()804 stack_pop(ctx); in interp_forin()829 v = stack_pop(ctx); in interp_push_scope()859 v = stack_pop(ctx); in interp_case()970 v = stack_pop(ctx); in interp_end_finally()980 v = stack_pop(ctx); in interp_end_finally()997 v = stack_pop(ctx); in interp_enter_catch()1608 v = stack_pop(ctx); in interp_instanceof()1630 v = stack_pop(ctx); in interp_instanceof()[all …]
1388 unsigned stack_pop = 0; in pop_to_stat() local1396 if(stack_pop) { in pop_to_stat()1397 hres = push_instr_uint(ctx, OP_pop, stack_pop); in pop_to_stat()1400 stack_pop = 0; in pop_to_stat()1406 stack_pop += iter->stack_use; in pop_to_stat()1409 if(stack_pop) { in pop_to_stat()1410 hres = push_instr_uint(ctx, OP_pop, stack_pop); in pop_to_stat()
108 static struct form_str *stack_pop(struct stack *stack) in stack_pop() function560 node = stack_pop(values); in replace_stack_group()565 while ((node = stack_pop(values))) in replace_stack_group()630 node = stack_pop(values); in replace_stack_prop()636 while ((node = stack_pop(values))) in replace_stack_prop()819 node = stack_pop(stack); in deformat_string_internal()
250 static inline VARIANT *stack_pop(exec_ctx_t *ctx) in stack_pop() function291 VariantClear(stack_pop(ctx)); in stack_popn()298 v = stack_pop(ctx); in stack_pop_deref()395 VARIANT *v = stack_pop(ctx); in stack_pop_disp()948 *v = *stack_pop(ctx); in interp_const()