Home
last modified time | relevance | path

Searched refs:prop_length_t (Results 1 – 8 of 8) sorted by relevance

/third_party/jerryscript/jerry-core/parser/js/
Dcommon.h86 typedef uint32_t prop_length_t; typedef
88 typedef uint16_t prop_length_t; typedef
110 prop_length_t length; /**< length of ident / string literal */
Djs-lexer.c779 context_p->token.lit_location.length = (prop_length_t) length; in lexer_parse_identifier()
795 lexer_convert_ident_to_cesu8 (buffer_p, ident_start_p, (prop_length_t) length); in lexer_parse_identifier()
1230 context_p->token.lit_location.length = (prop_length_t) length; in lexer_parse_string()
1422 context_p->token.lit_location.length = (prop_length_t) length; in lexer_parse_number()
2061 prop_length_t length) /**< length of destination string */ in lexer_convert_ident_to_cesu8()
2414 literal_p->prop.length = (prop_length_t) length; in lexer_construct_literal_object()
2467 prop_length_t length = context_p->token.lit_location.length; in lexer_construct_number_object()
2846 literal_p->prop.length = (prop_length_t) length; in lexer_construct_regexp_object()
3287 prop_length_t length = left_p->length; in lexer_compare_identifiers()
Djs-lexer.h287 prop_length_t length; /**< length or index of a literal */
Djs-parser-module.c317 (prop_length_t) path_str_size); in parser_module_context_init()
Djs-scanner-util.c1125 prop_length_t length = literal_location_p->length; in scanner_add_custom_literal()
1224 prop_length_t length = literal_location_p->length; in scanner_append_argument()
1371 prop_length_t length = var_literal_p->length; in scanner_detect_invalid_var()
Djs-parser-internal.h702 void lexer_convert_ident_to_cesu8 (uint8_t *destination_p, const uint8_t *source_p, prop_length_t l…
/third_party/jerryscript/jerry-core/ecma/base/
Decma-module.h130 prop_length_t size);
Decma-module.c41 prop_length_t size) /**< size of module specifier */ in ecma_module_create_normalized_path()