/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
D | ecma-builtin-string-prototype.c | 163 ecma_string_t *original_string_p = ecma_op_to_string (this_arg); in ecma_builtin_string_prototype_char_at_helper() 217 ecma_string_t *get_arg_string_p = ecma_op_to_string (argument_list_p[arg_index]); in ecma_builtin_string_prototype_object_concat() 248 ecma_string_t *arg_string_p = ecma_op_to_string (arg); in ecma_builtin_string_prototype_object_locale_compare() 314 ecma_string_t *this_str_p = ecma_op_to_string (this_argument); in ecma_builtin_string_prototype_object_match() 435 ecma_string_t *search_str_p = ecma_op_to_string (search_value); in ecma_builtin_string_prototype_object_replace() 448 replace_ctx.replace_str_p = ecma_op_to_string (replace_value); in ecma_builtin_string_prototype_object_replace() 510 ecma_string_t *const result_str_p = ecma_op_to_string (result); in ecma_builtin_string_prototype_object_replace() 620 ecma_string_t *string_p = ecma_op_to_string (this_value); in ecma_builtin_string_prototype_object_search() 790 ecma_string_t *string_p = ecma_op_to_string (this_value); in ecma_builtin_string_prototype_object_split() 807 ecma_string_t *separator_p = ecma_op_to_string (separator_value); in ecma_builtin_string_prototype_object_split() [all …]
|
D | ecma-builtin-string.c | 213 ecma_string_t *next_seg_srt_p = ecma_op_to_string (next_seg); in ecma_builtin_string_object_raw() 243 ecma_string_t *next_sub_p = ecma_op_to_string (substitutions[next_index]); in ecma_builtin_string_object_raw() 369 ecma_string_t *str_p = ecma_op_to_string (arguments_list_p[0]); in ecma_builtin_string_dispatch_call()
|
D | ecma-builtin-regexp-prototype.c | 453 ecma_string_t *input_str_p = ecma_op_to_string (arg); in ecma_builtin_regexp_prototype_exec() 490 ecma_string_t *arg_str_p = ecma_op_to_string (arg); in ecma_builtin_regexp_prototype_test() 546 ecma_string_t *source_p = ecma_op_to_string (result); in ecma_builtin_regexp_prototype_to_string() 561 ecma_string_t *flags_p = ecma_op_to_string (result); in ecma_builtin_regexp_prototype_to_string()
|
D | ecma-builtin-helpers-error.c | 50 ecma_string_t *message_string_p = ecma_op_to_string (arguments_list_p[0]); in ecma_builtin_helper_error_dispatch_call()
|
D | ecma-builtin-json.c | 735 ecma_string_t *text_string_p = ecma_op_to_string (arg1); in ecma_builtin_json_parse() 1203 ecma_string_t *str_p = ecma_op_to_string (value); in ecma_builtin_json_serialize_property() 1260 ecma_string_t *result_string_p = ecma_op_to_string (value); in ecma_builtin_json_serialize_property() 1436 ecma_string_t *number_str_p = ecma_op_to_string (value); in ecma_builtin_json_stringify() 1448 ecma_string_t *str_p = ecma_op_to_string (value); in ecma_builtin_json_stringify() 1508 ecma_string_t *value_str_p = ecma_op_to_string (arg3); in ecma_builtin_json_stringify()
|
D | ecma-builtin-intrinsic.c | 109 ecma_string_t *str_p = ecma_op_to_string (routine_arg_1); in ecma_builtin_intrinsic_dispatch_routine()
|
D | ecma-builtin-error-prototype.c | 69 ecma_string_t *ret_str_p = ecma_op_to_string (prop_value); in ecma_builtin_error_prototype_object_to_string_helper()
|
D | ecma-builtin-symbol.c | 201 ecma_string_t *string_desc_p = ecma_op_to_string (key); in ecma_builtin_symbol_for()
|
D | ecma-builtin-helpers.c | 258 ret_string_p = ecma_op_to_string (call_value); in ecma_builtin_helper_get_to_locale_string_at_index() 542 ecma_string_t *search_str_p = ecma_op_to_string (arg1); in ecma_builtin_helper_string_prototype_object_index_of()
|
D | ecma-builtin-array-prototype.c | 294 return ecma_op_to_string (separator); in ecma_op_array_get_separator_string() 323 ecma_string_t *ret_str_p = ecma_op_to_string (index_value); in ecma_op_array_get_to_string_at_index() 1032 ecma_string_t *lhs_str_p = ecma_op_to_string (lhs); in ecma_builtin_array_prototype_object_sort_compare_helper() 1038 ecma_string_t *rhs_str_p = ecma_op_to_string (rhs); in ecma_builtin_array_prototype_object_sort_compare_helper()
|
D | ecma-builtin-global.c | 816 ecma_string_t *str_p = ecma_op_to_string (routine_arg_1); in ecma_builtin_global_dispatch_routine()
|
D | ecma-builtin-date.c | 620 ecma_string_t *date_str_p = ecma_op_to_string (arg); in ecma_builtin_date_parse()
|
/third_party/jerryscript/jerry-core/ext/ |
D | debug-utils.c | 49 string_value = ecma_op_to_string (prop_value_p.value); in PrintObjectProperties() 51 string_value = ecma_op_to_string (prop_value_p.value); in PrintObjectProperties()
|
D | heapdump.c | 199 ecma_string_t* value_str = ecma_op_to_string(value); in DumpPropertyPair() 338 ecma_string_t* value_str = ecma_op_to_string(values[i]); in DumpInfoObject()
|
/third_party/jerryscript/jerry-core/vm/ |
D | opcodes-ecma-arithmetics.c | 142 ecma_string_t *string1_p = ecma_op_to_string (left_value); in opfunc_addition() 157 ecma_string_t *string2_p = ecma_op_to_string (right_value); in opfunc_addition()
|
D | vm.c | 187 property_p = ecma_op_to_string (property); in vm_op_set_value() 221 property_p = ecma_op_to_string (property); in vm_op_set_value() 2186 ecma_string_t *left_str_p = ecma_op_to_string (left_value); in vm_loop() 2193 ecma_string_t *right_str_p = ecma_op_to_string (right_value); in vm_loop()
|
/third_party/jerryscript/jerry-core/ecma/operations/ |
D | ecma-regexp-object.c | 309 ecma_string_t *flags_str_p = ecma_op_to_string (flags_value); in ecma_op_create_regexp_from_pattern() 1905 ecma_string_t *pattern_string_p = ecma_op_to_string (pattern_arg); in ecma_regexp_read_pattern_str_helper() 1936 ecma_string_t *const string_p = ecma_op_to_string (string_arg); in ecma_regexp_search_helper() 2020 ecma_string_t *const string_p = ecma_op_to_string (string_arg); in ecma_regexp_split_helper() 2044 ecma_string_t *flags_str_p = ecma_op_to_string (flags); in ecma_regexp_split_helper() 2318 ecma_string_t *string_p = ecma_op_to_string (string_arg); in ecma_regexp_split_helper() 2607 ecma_string_t *const replace_result_p = ecma_op_to_string (result); in ecma_regexp_replace_helper_fast() 2709 ecma_string_t *string_p = ecma_op_to_string (string_arg); in ecma_regexp_replace_helper() 2721 replace_ctx.replace_str_p = ecma_op_to_string (replace_arg); in ecma_regexp_replace_helper() 2908 ecma_string_t *match_str_p = ecma_op_to_string (result); in ecma_regexp_replace_helper() [all …]
|
D | ecma-conversion.h | 49 ecma_string_t *ecma_op_to_string (ecma_value_t value);
|
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()
|
D | ecma-conversion.c | 407 ecma_op_to_string (ecma_value_t value) /**< ecma value */ in ecma_op_to_string() function 420 ecma_string_t *ret_string_p = ecma_op_to_string (prim_value); in ecma_op_to_string() 496 return ecma_op_to_string (value); in ecma_op_to_prop_name()
|
D | ecma-symbol-object.c | 59 ecma_string_t *str_p = ecma_op_to_string (arguments_list_p[0]); in ecma_op_create_symbol()
|
D | ecma-exceptions.c | 298 arg_string_p = ecma_op_to_string (arg_val); in ecma_raise_standard_error_with_format()
|
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() 195 str_p = ecma_op_to_string (arguments_list_p[idx]); in ecma_op_create_dynamic_function_arguments_helper() 314 function_body_str_p = ecma_op_to_string (arguments_list_p[arguments_list_len - 1]); in ecma_op_create_dynamic_function()
|
/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() 582 ecma_string_t *str_p = ecma_op_to_string (result); in jerry_debugger_send_eval() 621 ecma_string_t *str_p = ecma_op_to_string (result); in jerry_debugger_send_eval() 1587 string_p = ecma_op_to_string (exception_value); in jerry_debugger_send_exception_string()
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/ |
D | ecma-builtin-typedarray-prototype.c | 1046 ecma_string_t *ret_str_p = ecma_op_to_string (index_value); in ecma_op_typedarray_get_to_string_at_index() 1071 return ecma_op_to_string (separator); in ecma_op_typedarray_get_separator_string() 2053 ecma_string_t *str_p = ecma_op_to_string (call_value); in ecma_builtin_typedarray_prototype_to_locale_string_helper()
|