/third_party/jerryscript/jerry-core/ecma/operations/ |
D | ecma-comparison.c | 103 ecma_string_t *x_str_p = ecma_get_string_from_value (x); in ecma_op_abstract_equality_compare() 104 ecma_string_t *y_str_p = ecma_get_string_from_value (y); in ecma_op_abstract_equality_compare() 251 ecma_string_t *x_str_p = ecma_get_string_from_value (x); in ecma_op_strict_equality_compare() 252 ecma_string_t *y_str_p = ecma_get_string_from_value (y); in ecma_op_strict_equality_compare() 413 ecma_string_t *str_x_p = ecma_get_string_from_value (px); in ecma_op_abstract_relational_compare() 414 ecma_string_t *str_y_p = ecma_get_string_from_value (py); in ecma_op_abstract_relational_compare()
|
D | ecma-conversion.c | 121 ecma_string_t *x_str_p = ecma_get_string_from_value (x); in ecma_op_same_value() 122 ecma_string_t *y_str_p = ecma_get_string_from_value (y); in ecma_op_same_value() 244 ecma_string_t *str_p = ecma_get_string_from_value (value); in ecma_op_to_boolean() 280 ecma_string_t *str_p = ecma_get_string_from_value (value); in ecma_op_to_number() 353 ecma_string_t *str_p = ecma_get_string_from_value (value); in ecma_get_number() 429 ecma_string_t *res_p = ecma_get_string_from_value (value); in ecma_op_to_string()
|
D | ecma-objects-arguments.c | 101 ecma_string_t *name_p = ecma_get_string_from_value (arg_Literal_p[i]); in ecma_op_create_arguments_object() 269 ecma_string_t *name_p = ecma_get_string_from_value (arg_Literal_p[index]); in ecma_op_arguments_object_define_own_property() 342 ecma_string_t *name_p = ecma_get_string_from_value (arg_Literal_p[index]); in ecma_op_arguments_object_delete()
|
D | ecma-string-object.c | 103 ecma_string_t *prim_value_str_p = ecma_get_string_from_value (ext_object_p->u.class_prop.u.value); in ecma_op_string_list_lazy_property_names()
|
D | ecma-symbol-object.c | 110 return ecma_get_string_from_value (((ecma_extended_string_t *) symbol_p)->u.symbol_descriptor); in ecma_get_symbol_description()
|
D | ecma-objects.c | 102 ecma_string_t *prim_value_str_p = ecma_get_string_from_value (prim_value_p); in ecma_op_object_get_own_property() 116 ecma_string_t *prim_value_str_p = ecma_get_string_from_value (prim_value_p); in ecma_op_object_get_own_property() 320 ecma_string_t *arg_name_p = ecma_get_string_from_value (arg_Literal_p[index]); in ecma_op_object_get_own_property() 468 ecma_string_t *prim_value_str_p = ecma_get_string_from_value (prim_value_p); in ecma_op_object_find_own() 480 ecma_string_t *prim_value_str_p = ecma_get_string_from_value (prim_value_p); in ecma_op_object_find_own() 535 ecma_string_t *arg_name_p = ecma_get_string_from_value (arg_Literal_p[index]); in ecma_op_object_find_own() 1342 ecma_string_t *arg_name_p = ecma_get_string_from_value (arg_Literal_p[index]); in ecma_op_object_put_with_receiver() 1428 ecma_string_t *prim_value_str_p = ecma_get_string_from_value (prim_value_p); in ecma_op_object_put_with_receiver() 2243 ecma_string_t *name_p = ecma_get_string_from_value (buffer_p[i]); in ecma_op_object_get_property_names()
|
D | ecma-get-put-value.c | 145 ecma_string_t *string_p = ecma_get_string_from_value (base_value); in ecma_op_get_value_object_base()
|
D | ecma-exceptions.c | 293 arg_string_p = ecma_get_string_from_value (symbol_desc_value); in ecma_raise_standard_error_with_format()
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
D | ecma-builtin-helpers-json.c | 73 ecma_string_t *current_p = ecma_get_string_from_value (buffer_p[i]); in ecma_has_string_value_in_collection()
|
D | ecma-builtin-json.c | 640 ecma_string_t *property_name_p = ecma_get_string_from_value (buffer_p[i]); in ecma_builtin_json_internalize_property() 928 ecma_string_t *key_p = ecma_get_string_from_value (buffer_p[i]); in ecma_builtin_json_serialize_object() 1244 ecma_string_t *value_str_p = ecma_get_string_from_value (value); in ecma_builtin_json_serialize_property() 1430 ecma_ref_ecma_string (ecma_get_string_from_value (value)); in ecma_builtin_json_stringify() 1467 ecma_string_t *string_p = ecma_get_string_from_value (item); in ecma_builtin_json_stringify() 1556 ecma_string_t *space_str_p = ecma_get_string_from_value (space); in ecma_builtin_json_stringify()
|
D | ecma-builtin-helpers.c | 56 ecma_string_t *tag_str_p = ecma_get_string_from_value (tag_value); in ecma_builtin_helper_object_to_string_tag_helper() 895 ecma_stringbuilder_append (&(ctx_p->builder), ecma_get_string_from_value (match_value)); in ecma_builtin_replace_substitute() 920 const ecma_string_t *const matched_p = ecma_get_string_from_value (match_value); in ecma_builtin_replace_substitute() 986 … ecma_stringbuilder_append (&(ctx_p->builder), ecma_get_string_from_value (capture_value)); in ecma_builtin_replace_substitute()
|
D | ecma-builtin-string-iterator-prototype.c | 80 ecma_string_t *string_p = ecma_get_string_from_value (iterated_value); in ecma_builtin_string_iterator_prototype_object_next()
|
D | ecma-builtin-regexp-prototype.c | 228 return ecma_op_escape_regexp_pattern (ecma_get_string_from_value (bc_p->source)); in ecma_builtin_regexp_prototype_get_source() 592 ecma_string_t *source_p = ecma_get_string_from_value (bc_p->source); in ecma_builtin_regexp_prototype_to_string()
|
D | ecma-builtin-symbol.c | 98 string_p = ecma_get_string_from_value (value_to_find); in ecma_builtin_symbol_for_helper()
|
D | ecma-builtin-object.c | 634 ecma_string_t *property_name_p = ecma_get_string_from_value (buffer_p[i]); in ecma_builtin_object_test_integrity_level() 793 ecma_value_t desc_obj = ecma_op_object_get (props_p, ecma_get_string_from_value (buffer_p[i])); in ecma_builtin_object_object_define_properties() 824 … ecma_get_string_from_value (buffer_p[i]), in ecma_builtin_object_object_define_properties()
|
D | ecma-builtin-date-prototype.c | 203 ecma_string_t *hint_str_p = ecma_get_string_from_value (hint_arg); in ecma_builtin_date_prototype_to_primitive()
|
/third_party/jerryscript/jerry-core/vm/ |
D | vm.c | 97 property_name_p = ecma_get_string_from_value (property); in vm_op_get_value() 944 ecma_string_t *name_p = ecma_get_string_from_value (literal_start_p[literal_index]); \ 1278 …ecma_op_create_immutable_binding (name_lex_env, ecma_get_string_from_value (right_value), left_val… in vm_loop() 1297 ecma_string_t *name_p = ecma_get_string_from_value (literal_start_p[literal_index]); in vm_loop() 1345 ecma_string_t *name_p = ecma_get_string_from_value (literal_start_p[literal_index]); in vm_loop() 1412 ecma_string_t *name_p = ecma_get_string_from_value (literal_start_p[literal_index]); in vm_loop() 1504 ecma_string_t *name_p = ecma_get_string_from_value (literal_start_p[literal_index]); in vm_loop() 1551 … ecma_string_t *const literal_name_p = ecma_get_string_from_value (literal_start_p[literal_index]); in vm_loop() 1569 … ecma_string_t *literal_name_p = ecma_get_string_from_value (literal_start_p[literal_index]); in vm_loop() 1612 ecma_string_t *name_p = ecma_get_string_from_value (literal_start_p[literal_index]); in vm_loop() [all …]
|
D | vm-utils.c | 72 … func_name_builder = ecma_stringbuilder_create_from(ecma_get_string_from_value (func_name_value)); in vm_get_function_name_string()
|
D | opcodes.c | 243 ecma_string_t *var_name_str_p = ecma_get_string_from_value (name_literal); in vm_op_delete_var() 916 ecma_get_string_from_value (class_name), in opfunc_push_class_environment() 1143 …ecma_op_initialize_binding (class_env_p, ecma_get_string_from_value (class_name), stack_top_p[-2]); in opfunc_finalize_class()
|
/third_party/jerryscript/jerry-core/ecma/base/ |
D | ecma-helpers-value.c | 740 ecma_get_string_from_value (ecma_value_t value) /**< ecma value */ in ecma_get_string_from_value() function 842 ecma_ref_ecma_string (ecma_get_string_from_value (value)); in ecma_copy_value() 1062 ecma_string_t *string_p = ecma_get_string_from_value (value); in ecma_free_value()
|
D | ecma-literal-storage.c | 449 ecma_string_t *string_p = ecma_get_string_from_value (lit_buffer_p[i]); in ecma_save_literals_for_snapshot() 499 ecma_string_t *string_p = ecma_get_string_from_value (lit_buffer_p[i]); in ecma_save_literals_for_snapshot()
|
/third_party/jerryscript/jerry-core/debugger/ |
D | debugger.c | 603 || ecma_string_is_empty (ecma_get_string_from_value (message))) in jerry_debugger_send_eval() 630 ecma_string_t *string_p = ecma_get_string_from_value (message); in jerry_debugger_send_eval() 1554 ecma_stringbuilder_append (&builder, ecma_get_string_from_value (prop_value_p->value)); in jerry_debugger_exception_object_to_string() 1577 … string_p = ecma_get_string_from_value (ecma_builtin_helper_object_to_string (exception_value)); in jerry_debugger_send_exception_string() 1582 string_p = ecma_get_string_from_value (exception_value); in jerry_debugger_send_exception_string()
|
/third_party/jerryscript/jerry-core/parser/regexp/ |
D | re-compiler.c | 62 ecma_string_t *cached_pattern_str_p = ecma_get_string_from_value (cached_bytecode_p->source); in re_cache_lookup()
|
/third_party/jerryscript/jerry-core/api/ |
D | jerry.c | 1894 return ecma_string_get_size (ecma_get_string_from_value (value)); in jerry_get_string_size() 1915 return ecma_string_get_utf8_size (ecma_get_string_from_value (value)); in jerry_get_utf8_string_size() 1936 return ecma_string_get_length (ecma_get_string_from_value (value)); in jerry_get_string_length() 1957 return ecma_string_get_utf8_length (ecma_get_string_from_value (value)); in jerry_get_utf8_string_length() 1987 ecma_string_t *str_p = ecma_get_string_from_value (value); in jerry_string_to_char_buffer() 2026 ecma_string_t *str_p = ecma_get_string_from_value (value); in jerry_string_to_utf8_char_buffer() 2063 ecma_string_t *str_p = ecma_get_string_from_value (value); in jerry_substring_to_char_buffer() 2097 ecma_string_t *str_p = ecma_get_string_from_value (value); in jerry_substring_to_utf8_char_buffer() 3274 ecma_string_t *property_name_p = ecma_get_string_from_value (buffer_p[i]); in jerry_foreach_object_property()
|
D | jerry-snapshot.c | 190 ecma_string_t *pattern_string_p = ecma_get_string_from_value (pattern); in snapshot_add_compiled_code() 1607 ecma_string_t *literal_p = ecma_get_string_from_value (buffer_p[i]); in jerry_get_literals_from_snapshot() 1635 ecma_string_t *literal_p = ecma_get_string_from_value (buffer_p[i]); in jerry_get_literals_from_snapshot()
|