Searched refs:PARSER_SCOPE_STACK_IS_CONST_REG (Results 1 – 2 of 2) sorted by relevance
416 #define PARSER_SCOPE_STACK_IS_CONST_REG 0x4000 macro421 #define PARSER_SCOPE_STACK_IS_LOCAL_CREATED (PARSER_SCOPE_STACK_IS_CONST_REG)
57 JERRY_STATIC_ASSERT (PARSER_SCOPE_STACK_IS_CONST_REG == PARSER_SCOPE_STACK_IS_LOCAL_CREATED,2209 scope_stack_p->map_to |= PARSER_SCOPE_STACK_IS_CONST_REG; in scanner_create_variables()2528 return (scope_stack_p->map_to & PARSER_SCOPE_STACK_IS_CONST_REG) != 0; in scanner_literal_is_const_reg()