Home
last modified time | relevance | path

Searched defs:str_p (Results 1 – 21 of 21) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-date.c55 ecma_date_parse_date_chars (const lit_utf8_byte_t **str_p, /**< pointer to the cesu8 string */ in ecma_date_parse_date_chars()
88 ecma_date_parse_special_char (const lit_utf8_byte_t **str_p, /**< pointer to the cesu8 string */ in ecma_date_parse_special_char()
110 ecma_date_parse_year (const lit_utf8_byte_t **str_p, /**< pointer to the cesu8 string */ in ecma_date_parse_year()
145 ecma_date_parse_day_name (const lit_utf8_byte_t **str_p, /**< pointer to the cesu8 string */ in ecma_date_parse_day_name()
171 ecma_date_parse_month_name (const lit_utf8_byte_t **str_p, /**< pointer to the cesu8 string */ in ecma_date_parse_month_name()
Decma-builtin-intrinsic.c109 ecma_string_t *str_p = ecma_op_to_string (routine_arg_1); in ecma_builtin_intrinsic_dispatch_routine() local
Decma-builtin-json.c777 const lit_utf8_byte_t *str_p = string_buff; in ecma_builtin_json_quote() local
1203 ecma_string_t *str_p = ecma_op_to_string (value); in ecma_builtin_json_serialize_property() local
1448 ecma_string_t *str_p = ecma_op_to_string (value); in ecma_builtin_json_stringify() local
Decma-builtin-number-prototype.c525 ecma_string_t *str_p = ecma_new_ecma_string_from_utf8 (buff, (lit_utf8_size_t) buff_index); in ecma_builtin_number_prototype_object_to_string() local
960 …ecma_string_t *str_p = ecma_new_ecma_string_from_utf8 (buff, (lit_utf8_size_t) (actual_char_p - bu… in ecma_builtin_number_prototype_object_to_precision() local
Decma-builtin-string.c369 ecma_string_t *str_p = ecma_op_to_string (arguments_list_p[0]); in ecma_builtin_string_dispatch_call() local
Decma-builtin-helpers-date.c611 const char *str_p = NULL; in ecma_date_to_string_format() local
Decma-builtin-global.c816 ecma_string_t *str_p = ecma_op_to_string (routine_arg_1); in ecma_builtin_global_dispatch_routine() local
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-conversion.c244 ecma_string_t *str_p = ecma_get_string_from_value (value); in ecma_op_to_boolean() local
280 ecma_string_t *str_p = ecma_get_string_from_value (value); in ecma_op_to_number() local
353 ecma_string_t *str_p = ecma_get_string_from_value (value); in ecma_get_number() local
Decma-string-object.c53 ecma_string_t *str_p = ecma_op_to_string (arguments_list_p[0]); in ecma_op_create_string_object() local
Decma-symbol-object.c59 ecma_string_t *str_p = ecma_op_to_string (arguments_list_p[0]); in ecma_op_create_symbol() local
Decma-regexp-object.c512 const lit_utf8_byte_t **str_p) /**< reference to string pointer */ in ecma_regexp_advance()
541 ecma_regexp_unicode_advance (const lit_utf8_byte_t **str_p, /**< reference to string pointer */ in ecma_regexp_unicode_advance()
571 const lit_utf8_byte_t *str_p) /**< reference to string pointer */ in ecma_regexp_step_back()
3225 ecma_string_t *str_p = ecma_op_to_string (string_arg); in ecma_regexp_match_helper() local
3404 ecma_string_t *str_p) /**< input string */ in ecma_op_regexp_exec()
Decma-function-object.c178 ecma_string_t *str_p = ecma_op_to_string (arguments_list_p[0]); in ecma_op_create_dynamic_function_arguments_helper() local
/third_party/jerryscript/jerry-core/vm/
Dvm-utils.c118 ecma_string_t *str_p = ecma_get_magic_string (LIT_MAGIC_STRING__EMPTY); in vm_get_backtrace() local
/third_party/jerryscript/tests/unit-core/
Dtest-api-set-and-clear-error-flag.cpp23 compare_str (jerry_value_t value, const jerry_char_t *str_p, size_t str_len) in compare_str()
Dtest-api.cpp315 const char *str_p) /**< property name */ in get_property()
325 const char *str_p, /**< property name */ in set_property()
/third_party/jerryscript/jerry-core/api/
Djerry.c1392 ecma_string_t *str_p = ecma_op_to_string (value); in jerry_value_to_string() local
1708 jerry_create_string_from_utf8 (const jerry_char_t *str_p) /**< pointer to string */ in jerry_create_string_from_utf8()
1722 jerry_create_string_sz_from_utf8 (const jerry_char_t *str_p, /**< pointer to string */ in jerry_create_string_sz_from_utf8()
1742 jerry_create_string (const jerry_char_t *str_p) /**< pointer to string */ in jerry_create_string()
1756 jerry_create_string_sz (const jerry_char_t *str_p, /**< pointer to string */ in jerry_create_string_sz()
1987 ecma_string_t *str_p = ecma_get_string_from_value (value); in jerry_string_to_char_buffer() local
2026 ecma_string_t *str_p = ecma_get_string_from_value (value); in jerry_string_to_utf8_char_buffer() local
2063 ecma_string_t *str_p = ecma_get_string_from_value (value); in jerry_substring_to_char_buffer() local
2097 ecma_string_t *str_p = ecma_get_string_from_value (value); in jerry_substring_to_utf8_char_buffer() local
Djerry-snapshot.c298 lit_utf8_byte_t *str_p = (lit_utf8_byte_t *) "Unsupported static snapshot literal: "; in static_snapshot_error_unsupported_literal() local
/third_party/jerryscript/jerry-core/debugger/
Ddebugger.c518 ecma_string_t *str_p = ecma_op_to_string (prop_value_p.value); in jerry_debugger_send_scope_variables() local
582 ecma_string_t *str_p = ecma_op_to_string (result); in jerry_debugger_send_eval() local
621 ecma_string_t *str_p = ecma_op_to_string (result); in jerry_debugger_send_eval() local
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-conversion.c294 ecma_utf8_string_to_number_by_radix (const lit_utf8_byte_t *str_p, /**< utf-8 string */ in ecma_utf8_string_to_number_by_radix()
366 ecma_utf8_string_to_number (const lit_utf8_byte_t *str_p, /**< utf-8 string */ in ecma_utf8_string_to_number()
Decma-helpers-string.c910 ecma_string_get_array_index (const ecma_string_t *str_p) /**< ecma-string */ in ecma_string_get_array_index()
2743 ecma_op_advance_string_index (ecma_string_t *str_p, /**< input string */ in ecma_op_advance_string_index()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/
Decma-builtin-typedarray-prototype.c2053 ecma_string_t *str_p = ecma_op_to_string (call_value); in ecma_builtin_typedarray_prototype_to_locale_string_helper() local