Searched refs:function_map_p (Results 1 – 1 of 1) sorted by relevance
2138 parser_scope_stack_t *function_map_p = scope_stack_p - 2; in scanner_create_variables() local2141 while (literal_index != function_map_p->map_from) in scanner_create_variables()2143 function_map_p--; in scanner_create_variables()2145 JERRY_ASSERT (function_map_p >= context_p->scope_stack_p); in scanner_create_variables()2148 JERRY_ASSERT (function_map_p[1].map_from == PARSER_SCOPE_STACK_FUNC); in scanner_create_variables()2154 && (function_map_p[0].map_to & PARSER_SCOPE_STACK_REGISTER_MASK) == 0) in scanner_create_variables()2162 function_map_p[1].map_to, in scanner_create_variables()2163 scanner_decode_map_to (function_map_p)); in scanner_create_variables()