Home
last modified time | relevance | path

Searched refs:input_string_p (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.h157 ecma_string_t *input_string_p);
Decma-regexp-object.c1583 ecma_string_t *input_string_p, /**< input ecma string */ in ecma_regexp_create_result_object() argument
1606 ecma_make_string_value (input_string_p), in ecma_regexp_create_result_object()
1673 ecma_string_t *input_string_p) /**< input string */ in ecma_regexp_exec_helper() argument
1686 const lit_utf8_byte_t *input_buffer_p = ecma_string_get_chars (input_string_p, in ecma_regexp_exec_helper()
1876 ret_value = ecma_regexp_create_result_object (&re_ctx, input_string_p, index); in ecma_regexp_exec_helper()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-string-prototype.c1002 ecma_builtin_string_prototype_object_conversion_helper (ecma_string_t *input_string_p, /**< this ar… in ecma_builtin_string_prototype_object_conversion_helper() argument
1009 ECMA_STRING_TO_UTF8_STRING (input_string_p, input_start_p, input_start_size); in ecma_builtin_string_prototype_object_conversion_helper()