Searched refs:ecma_string_substr (Results 1 – 5 of 5) sorted by relevance
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
D | ecma-builtin-string-prototype.c | 730 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()
|
D | ecma-builtin-json.c | 1566 context.gap_str_p = ecma_string_substr (space_str_p, 0, 10); in ecma_builtin_json_stringify()
|
/third_party/jerryscript/jerry-core/ecma/base/ |
D | ecma-helpers.h | 367 ecma_string_t *ecma_string_substr (const ecma_string_t *string_p, ecma_length_t start_pos, ecma_len…
|
D | ecma-helpers-string.c | 2299 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/ |
D | ecma-regexp-object.c | 2227 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()
|