Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/js/
Djs-scanner-util.c1692 …uint32_t scope_stack_reg_top = (check_type != PARSER_CHECK_GLOBAL_CONTEXT ? context_p->scope_stack… in scanner_is_context_needed() local
1698 uint32_t scope_stack_reg_top = context_p->scope_stack_reg_top; in scanner_is_context_needed() local
1798 || scope_stack_reg_top >= PARSER_MAXIMUM_NUMBER_OF_REGISTERS) in scanner_is_context_needed()
1813 || scope_stack_reg_top >= PARSER_MAXIMUM_NUMBER_OF_REGISTERS) in scanner_is_context_needed()
1818 scope_stack_reg_top++; in scanner_is_context_needed()
2023 uint32_t scope_stack_reg_top = context_p->scope_stack_reg_top; in scanner_create_variables() local
2055 if (scope_stack_reg_top < PARSER_MAXIMUM_NUMBER_OF_REGISTERS) in scanner_create_variables()
2057 scope_stack_reg_top++; in scanner_create_variables()
2193 && scope_stack_reg_top < PARSER_MAXIMUM_NUMBER_OF_REGISTERS) in scanner_create_variables()
2195 map_to = (uint16_t) (PARSER_REGISTER_START + scope_stack_reg_top); in scanner_create_variables()
[all …]
Djs-parser-statm.c136 uint16_t scope_stack_reg_top; /**< preserved top register of scope stack */ member
246 uint16_t scope_stack_reg_top; /**< current top register of scope stack */ member
383 block_statement.scope_stack_reg_top = context_p->scope_stack_reg_top; in parser_push_block_context()
440 context_p->scope_stack_reg_top = block_statement.scope_stack_reg_top; in parser_pop_block_context()
1867 context_p->scope_stack_reg_top = try_statement.scope_stack_reg_top; in parser_parse_try_statement_end()
1891 context_p->scope_stack_reg_top = try_statement.scope_stack_reg_top; in parser_parse_try_statement_end()
1938 try_statement.scope_stack_reg_top = context_p->scope_stack_reg_top; in parser_parse_try_statement_end()
2933 try_statement.scope_stack_reg_top = context_p->scope_stack_reg_top; in parser_parse_statements()
Djs-parser.c2071 context.scope_stack_reg_top = 0; in parser_parse_source()
2323 saved_context_p->scope_stack_reg_top = context_p->scope_stack_reg_top; in parser_save_context()
2351 context_p->scope_stack_reg_top = 0; in parser_save_context()
2396 context_p->scope_stack_reg_top = saved_context_p->scope_stack_reg_top; in parser_restore_context()
Djs-parser-internal.h476 uint16_t scope_stack_reg_top; /**< preserved top register of scope stack */ member
548 uint16_t scope_stack_reg_top; /**< current top register of scope stack */ member