Home
last modified time | relevance | path

Searched refs:scope_stack_size (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/parser/js/
Djs-parser.c2069 context.scope_stack_size = 0; in parser_parse_source()
2263 parser_free (context.scope_stack_p, context.scope_stack_size * sizeof (parser_scope_stack_t)); in parser_parse_source()
2321 saved_context_p->scope_stack_size = context_p->scope_stack_size; in parser_save_context()
2349 context_p->scope_stack_size = 0; in parser_save_context()
2373 …parser_free (context_p->scope_stack_p, context_p->scope_stack_size * sizeof (parser_scope_stack_t)… in parser_restore_context()
2394 context_p->scope_stack_size = saved_context_p->scope_stack_size; in parser_restore_context()
2640 …parser_free (context_p->scope_stack_p, context_p->scope_stack_size * sizeof (parser_scope_stack_t)… in parser_raise_error()
2643 context_p->scope_stack_size = saved_context_p->scope_stack_size; in parser_raise_error()
Djs-scanner-util.c2002 context_p->scope_stack_size = info_p->u16_arg; in scanner_create_variables()
2012 scope_stack_end_p = scope_stack_p + context_p->scope_stack_size; in scanner_create_variables()
2016 JERRY_ASSERT (context_p->scope_stack_p != NULL || context_p->scope_stack_size == 0); in scanner_create_variables()
2019 scope_stack_end_p = scope_stack_p + context_p->scope_stack_size; in scanner_create_variables()
2062 JERRY_ASSERT (context_p->scope_stack_size != 0); in scanner_create_variables()
2169 JERRY_ASSERT (context_p->scope_stack_size == PARSER_MAXIMUM_DEPTH_OF_SCOPE_STACK); in scanner_create_variables()
2372 JERRY_ASSERT (context_p->scope_stack_size == PARSER_MAXIMUM_DEPTH_OF_SCOPE_STACK); in scanner_create_variables()
2420 JERRY_ASSERT (context_p->scope_stack_size == PARSER_MAXIMUM_DEPTH_OF_SCOPE_STACK); in scanner_create_variables()
Djs-parser-internal.h474 uint16_t scope_stack_size; /**< size of scope stack */ member
546 uint16_t scope_stack_size; /**< size of scope stack */ member