/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
D | ecma-builtin-date.c | 55 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()
|
D | ecma-builtin-intrinsic.c | 109 ecma_string_t *str_p = ecma_op_to_string (routine_arg_1); in ecma_builtin_intrinsic_dispatch_routine() local
|
D | ecma-builtin-json.c | 777 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
|
D | ecma-builtin-number-prototype.c | 525 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
|
D | ecma-builtin-string.c | 369 ecma_string_t *str_p = ecma_op_to_string (arguments_list_p[0]); in ecma_builtin_string_dispatch_call() local
|
D | ecma-builtin-helpers-date.c | 611 const char *str_p = NULL; in ecma_date_to_string_format() local
|
D | ecma-builtin-global.c | 816 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/ |
D | ecma-conversion.c | 244 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
|
D | ecma-string-object.c | 53 ecma_string_t *str_p = ecma_op_to_string (arguments_list_p[0]); in ecma_op_create_string_object() local
|
D | ecma-symbol-object.c | 59 ecma_string_t *str_p = ecma_op_to_string (arguments_list_p[0]); in ecma_op_create_symbol() local
|
D | ecma-regexp-object.c | 512 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()
|
D | ecma-function-object.c | 178 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/ |
D | vm-utils.c | 118 ecma_string_t *str_p = ecma_get_magic_string (LIT_MAGIC_STRING__EMPTY); in vm_get_backtrace() local
|
/third_party/jerryscript/tests/unit-core/ |
D | test-api-set-and-clear-error-flag.cpp | 23 compare_str (jerry_value_t value, const jerry_char_t *str_p, size_t str_len) in compare_str()
|
D | test-api.cpp | 315 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/ |
D | jerry.c | 1392 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
|
D | jerry-snapshot.c | 298 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/ |
D | debugger.c | 518 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/ |
D | ecma-helpers-conversion.c | 294 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()
|
D | ecma-helpers-string.c | 910 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/ |
D | ecma-builtin-typedarray-prototype.c | 2053 ecma_string_t *str_p = ecma_op_to_string (call_value); in ecma_builtin_typedarray_prototype_to_locale_string_helper() local
|