Home
last modified time | relevance | path

Searched refs:ecma_builtin_helper_object_to_string (Results 1 – 6 of 6) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-object-prototype.c83 return ecma_builtin_helper_object_to_string (this_arg); in ecma_builtin_object_prototype_object_to_string()
Decma-builtin-helpers.h45 ecma_builtin_helper_object_to_string (const ecma_value_t this_arg);
Decma-builtin-helpers.c118 ecma_builtin_helper_object_to_string (const ecma_value_t this_arg) /**< this argument */ in ecma_builtin_helper_object_to_string() function
Decma-builtin-array-prototype.c145 return ecma_builtin_helper_object_to_string (this_arg); in ecma_builtin_array_prototype_object_to_string()
/third_party/jerryscript/jerry-core/debugger/
Ddebugger.c1577 … string_p = ecma_get_string_from_value (ecma_builtin_helper_object_to_string (exception_value)); in jerry_debugger_send_exception_string()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/
Decma-builtin-typedarray-prototype.c1215 ret_value = ecma_builtin_helper_object_to_string (this_arg); in ecma_builtin_typedarray_prototype_object_to_string()