Home
last modified time | relevance | path

Searched refs:ident_end (Results 1 – 5 of 5) sorted by relevance

/third_party/jerryscript/jerry-core/parser/js/
Djs-parser.c56 uint16_t *ident_end, /**< end of the identifier group */ in parser_compute_indicies() argument
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 = 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 …]
Dbyte-code.h782 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/docs/
D04.INTERNALS.md81 …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…
/third_party/cef/libcef/browser/net/
Dchrome_scheme_handler.cc239 TemplateParser(const std::string& ident_start, const std::string& ident_end) in TemplateParser() argument
240 : ident_start_(ident_start), ident_end_(ident_end) {} in TemplateParser()
/third_party/jerryscript/jerry-core/vm/
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()