Home
last modified time | relevance | path

Searched defs:scope_stack_reg_top (Results 1 - 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/parser/js/
H A 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
[all...]
H A Djs-scanner-util.c1692 uint32_t scope_stack_reg_top = (check_type != PARSER_CHECK_GLOBAL_CONTEXT ? context_p->scope_stack_reg_top 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
2023 uint32_t scope_stack_reg_top = context_p->scope_stack_reg_top; in scanner_create_variables() local
[all...]
H A 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

Completed in 7 milliseconds