Home
last modified time | relevance | path

Searched refs:ident_end (Results 1 - 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/parser/js/
H A Djs-parser.c56 uint16_t *ident_end, /**< end of the identifier group */ in parser_compute_indicies()
200 *ident_end = ident_index; in parser_compute_indicies()
525 uint16_t ident_end; in parse_print_literal() local
532 ident_end = args_p->ident_end; in parse_print_literal()
539 ident_end = args_p->ident_end; in parse_print_literal()
571 if (literal_index < ident_end) in parse_print_literal()
611 uint16_t ident_end; in parse_print_final_cbc() local
621 ident_end in parse_print_final_cbc()
55 parser_compute_indicies(parser_context_t *context_p, uint16_t *ident_end, uint16_t *const_literal_end) parser_compute_indicies() argument
906 uint16_t ident_end; parser_post_processing() local
[all...]
H A Dbyte-code.h768 * register_end <= index < ident_end : identifiers
769 * ident_end <= index < const_literal_end : constant literals
782 uint8_t ident_end; /**< end position of the identifier group */ member
796 uint16_t ident_end; /**< end position of the identifier group */ member
/third_party/jerryscript/jerry-core/vm/
H A Dvm.c935 if ((literal_index) < ident_end) \
985 uint16_t ident_end; in vm_loop() local
1010 ident_end = args_p->ident_end; in vm_loop()
1017 ident_end = args_p->ident_end; in vm_loop()
2286 JERRY_ASSERT (literal_index < ident_end); in vm_loop()
2826 JERRY_ASSERT (literal_index < ident_end); in vm_loop()

Completed in 7 milliseconds