Home
last modified time | relevance | path

Searched defs:scope_stack_p (Results 1 – 5 of 5) sorted by relevance

/third_party/jerryscript/jerry-core/parser/js/
Djs-scanner-util.c1988 parser_scope_stack_t *scope_stack_p; in scanner_create_variables() local
2516 parser_scope_stack_t *scope_stack_p = context_p->scope_stack_p + context_p->scope_stack_top; in scanner_literal_is_const_reg() local
2542 parser_scope_stack_t *scope_stack_p = context_p->scope_stack_p + context_p->scope_stack_top; in scanner_literal_is_created() local
Djs-parser-util.c97 parser_scope_stack_t *scope_stack_p = context_p->scope_stack_p; in parser_print_literal() local
Djs-parser-internal.h473 parser_scope_stack_t *scope_stack_p; /**< scope stack */ member
544 parser_scope_stack_t *scope_stack_p; /**< scope stack */ member
Djs-lexer.c2383 parser_scope_stack_t *scope_stack_p = scope_stack_start_p + context_p->scope_stack_top; in lexer_construct_literal_object() local
Djs-parser-statm.c748 parser_scope_stack_t *scope_stack_p = context_p->scope_stack_p + context_p->scope_stack_top - 2; in parser_parse_function_statement() local