Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-string-prototype.c730 ecma_string_t *new_str_p = ecma_string_substr (get_string_val, start, end); in ecma_builtin_string_prototype_object_slice()
982 ecma_string_t *new_str_p = ecma_string_substr (original_string_p, from, to); in ecma_builtin_string_prototype_object_substring()
1290 ecma_string_t *new_str_p = ecma_string_substr (this_string_p, from, to); in ecma_builtin_string_prototype_object_substr()
Decma-builtin-json.c1566 context.gap_str_p = ecma_string_substr (space_str_p, 0, 10); in ecma_builtin_json_stringify()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers.h367 ecma_string_t *ecma_string_substr (const ecma_string_t *string_p, ecma_length_t start_pos, ecma_len…
Decma-helpers-string.c2299 ecma_string_substr (const ecma_string_t *string_p, /**< pointer to an ecma string */ in ecma_string_substr() function
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.c2227 ecma_string_t *const split_str_p = ecma_string_substr (string_p, previous_index, current_index); in ecma_regexp_split_helper()
2295 ecma_string_t *const end_str_p = ecma_string_substr (string_p, previous_index, string_length); in ecma_regexp_split_helper()