Home
last modified time | relevance | path

Searched refs:PARSER_FOR_OF_CONTEXT_STACK_ALLOCATION (Results 1 – 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-core/vm/
Dvm-stack.c89 VM_MINUS_EQUAL_U16 (frame_ctx_p->context_depth, PARSER_FOR_OF_CONTEXT_STACK_ALLOCATION); in vm_stack_context_abort()
90 vm_stack_top_p -= PARSER_FOR_OF_CONTEXT_STACK_ALLOCATION; in vm_stack_context_abort()
325 | PARSER_FOR_OF_CONTEXT_STACK_ALLOCATION); in vm_get_context_value_offsets()
Dvm.c3681 VM_PLUS_EQUAL_U16 (frame_ctx_p->context_depth, PARSER_FOR_OF_CONTEXT_STACK_ALLOCATION); in vm_loop()
3682 stack_top_p += PARSER_FOR_OF_CONTEXT_STACK_ALLOCATION; in vm_loop()
3732 VM_MINUS_EQUAL_U16 (frame_ctx_p->context_depth, PARSER_FOR_OF_CONTEXT_STACK_ALLOCATION); in vm_loop()
3733 stack_top_p -= PARSER_FOR_OF_CONTEXT_STACK_ALLOCATION; in vm_loop()
/third_party/jerryscript/jerry-core/parser/js/
Dbyte-code.h196 #define PARSER_FOR_OF_CONTEXT_STACK_ALLOCATION 3 macro
540 -1 + PARSER_FOR_OF_CONTEXT_STACK_ALLOCATION, VM_OC_FOR_OF_CREATE_CONTEXT) \
Djs-parser-statm.c1271 : PARSER_FOR_OF_CONTEXT_STACK_ALLOCATION); in parser_parse_for_statement_start()
3304 … : PARSER_FOR_OF_CONTEXT_STACK_ALLOCATION); in parser_parse_statements()
3308 : PARSER_FOR_OF_CONTEXT_STACK_ALLOCATION); in parser_parse_statements()