Searched refs:PARSER_FOR_IN_CONTEXT_STACK_ALLOCATION (Results 1 – 4 of 4) sorted by relevance
112 VM_MINUS_EQUAL_U16 (frame_ctx_p->context_depth, PARSER_FOR_IN_CONTEXT_STACK_ALLOCATION); in vm_stack_context_abort()113 vm_stack_top_p -= PARSER_FOR_IN_CONTEXT_STACK_ALLOCATION; in vm_stack_context_abort()330 return (4 << (VM_CONTEXT_OFFSET_SHIFT)) | PARSER_FOR_IN_CONTEXT_STACK_ALLOCATION; in vm_get_context_value_offsets()
3569 VM_PLUS_EQUAL_U16 (frame_ctx_p->context_depth, PARSER_FOR_IN_CONTEXT_STACK_ALLOCATION); in vm_loop()3570 stack_top_p += PARSER_FOR_IN_CONTEXT_STACK_ALLOCATION; in vm_loop()3637 VM_MINUS_EQUAL_U16 (frame_ctx_p->context_depth, PARSER_FOR_IN_CONTEXT_STACK_ALLOCATION); in vm_loop()3638 stack_top_p -= PARSER_FOR_IN_CONTEXT_STACK_ALLOCATION; in vm_loop()
194 #define PARSER_FOR_IN_CONTEXT_STACK_ALLOCATION 4 macro532 -1 + PARSER_FOR_IN_CONTEXT_STACK_ALLOCATION, VM_OC_FOR_IN_CREATE_CONTEXT) \
1270 is_for_in ? PARSER_FOR_IN_CONTEXT_STACK_ALLOCATION in parser_parse_for_statement_start()3303 … PARSER_MINUS_EQUAL_U16 (context_p->stack_depth, is_for_in ? PARSER_FOR_IN_CONTEXT_STACK_ALLOCATION in parser_parse_statements()3307 is_for_in ? PARSER_FOR_IN_CONTEXT_STACK_ALLOCATION in parser_parse_statements()