Home
last modified time | relevance | path

Searched refs:name_string_p (Results 1 – 2 of 2) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-error-prototype.c95 ecma_string_t *name_string_p = ecma_builtin_error_prototype_object_to_string_helper (obj_p, in ecma_builtin_error_prototype_object_to_string() local
99 if (JERRY_UNLIKELY (name_string_p == NULL)) in ecma_builtin_error_prototype_object_to_string()
110 ecma_deref_ecma_string (name_string_p); in ecma_builtin_error_prototype_object_to_string()
114 if (ecma_string_is_empty (name_string_p)) in ecma_builtin_error_prototype_object_to_string()
121 return ecma_make_string_value (name_string_p); in ecma_builtin_error_prototype_object_to_string()
124 ecma_stringbuilder_t builder = ecma_stringbuilder_create_from (name_string_p); in ecma_builtin_error_prototype_object_to_string()
129 ecma_deref_ecma_string (name_string_p); in ecma_builtin_error_prototype_object_to_string()
/third_party/jerryscript/jerry-core/vm/
Dopcodes.c209 ecma_string_t *name_string_p = ecma_op_to_prop_name (property); in vm_op_delete_prop() local
211 if (JERRY_UNLIKELY (name_string_p == NULL)) in vm_op_delete_prop()
223 ecma_value_t delete_op_ret = ecma_op_object_delete (obj_p, name_string_p, is_strict); in vm_op_delete_prop()
226 ecma_deref_ecma_string (name_string_p); in vm_op_delete_prop()