Home
last modified time | relevance | path

Searched refs:ecma_op_to_string (Results 1 – 25 of 27) sorted by relevance

12

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-string-prototype.c163 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 …]
Decma-builtin-string.c213 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()
Decma-builtin-regexp-prototype.c453 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()
Decma-builtin-helpers-error.c50 ecma_string_t *message_string_p = ecma_op_to_string (arguments_list_p[0]); in ecma_builtin_helper_error_dispatch_call()
Decma-builtin-json.c735 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()
Decma-builtin-intrinsic.c109 ecma_string_t *str_p = ecma_op_to_string (routine_arg_1); in ecma_builtin_intrinsic_dispatch_routine()
Decma-builtin-error-prototype.c69 ecma_string_t *ret_str_p = ecma_op_to_string (prop_value); in ecma_builtin_error_prototype_object_to_string_helper()
Decma-builtin-symbol.c201 ecma_string_t *string_desc_p = ecma_op_to_string (key); in ecma_builtin_symbol_for()
Decma-builtin-helpers.c258 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()
Decma-builtin-array-prototype.c294 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()
Decma-builtin-global.c816 ecma_string_t *str_p = ecma_op_to_string (routine_arg_1); in ecma_builtin_global_dispatch_routine()
Decma-builtin-date.c620 ecma_string_t *date_str_p = ecma_op_to_string (arg); in ecma_builtin_date_parse()
/third_party/jerryscript/jerry-core/ext/
Ddebug-utils.c49 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()
Dheapdump.c199 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/
Dopcodes-ecma-arithmetics.c142 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()
Dvm.c187 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/
Decma-regexp-object.c309 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 …]
Decma-conversion.h49 ecma_string_t *ecma_op_to_string (ecma_value_t value);
Decma-string-object.c53 ecma_string_t *str_p = ecma_op_to_string (arguments_list_p[0]); in ecma_op_create_string_object()
Decma-conversion.c407 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()
Decma-symbol-object.c59 ecma_string_t *str_p = ecma_op_to_string (arguments_list_p[0]); in ecma_op_create_symbol()
Decma-exceptions.c298 arg_string_p = ecma_op_to_string (arg_val); in ecma_raise_standard_error_with_format()
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()
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/
Ddebugger.c518 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/
Decma-builtin-typedarray-prototype.c1046 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()

12