Searched refs:ident_end (Results 1 – 5 of 5) sorted by relevance
56 uint16_t *ident_end, /**< end of the identifier group */ in parser_compute_indicies() argument200 *ident_end = ident_index; in parser_compute_indicies()525 uint16_t ident_end; in parse_print_literal() local532 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() local621 ident_end = args->ident_end; in parse_print_final_cbc()631 ident_end = args->ident_end; in parse_print_final_cbc()698 JERRY_DEBUG_MSG (" Identifier range end: %d\n", (int) ident_end); in parse_print_final_cbc()[all …]
782 uint8_t ident_end; /**< end position of the identifier group */ member796 uint16_t ident_end; /**< end position of the identifier group */ member
81 …e between `ident_end` and `literal_end` fields of the byte-code header contains those indicies, wh…82 and less than `literal_end`. If `ident_end` equals to `literal_end` the range is empty.)86 …* __identifier__: A named reference to a variable. Literals between zero and `ident_end` of the he…88 …* __value__: A reference to an immediate value. Literals between `ident_end` and `const_literal_en…
239 TemplateParser(const std::string& ident_start, const std::string& ident_end) in TemplateParser() argument240 : ident_start_(ident_start), ident_end_(ident_end) {} in TemplateParser()
935 if ((literal_index) < ident_end) \985 uint16_t ident_end; in vm_loop() local1010 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()