Home
last modified time | relevance | path

Searched refs:ecma_object_get_class_name (Results 1 - 8 of 8) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-objects.h73 lit_magic_string_id_t ecma_object_get_class_name (ecma_object_t *obj_p);
H A Decma-exceptions.c286 lit_magic_string_id_t class_name = ecma_object_get_class_name (arg_object_p); in ecma_raise_standard_error_with_format()
H A Decma-function-object.c252 * See also: ecma_object_get_class_name in ecma_op_create_function_object()
513 * See also: ecma_object_get_class_name in ecma_op_create_external_function_object()
1540 if (ecma_object_get_class_name (target_func_p) == LIT_MAGIC_STRING_FUNCTION_UL) in ecma_op_bound_function_try_to_lazy_instantiate_property()
H A Decma-objects.c2628 * The function is used in the assert of ecma_object_get_class_name
2710 ecma_object_get_class_name (ecma_object_t *obj_p) /**< object */ in ecma_object_get_class_name() function
2843 } /* ecma_object_get_class_name */ in ecma_object_get_class_name()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-json.c1187 lit_magic_string_id_t class_name = ecma_object_get_class_name (obj_p); in ecma_builtin_json_serialize_property()
1444 lit_magic_string_id_t class_id = ecma_object_get_class_name (value_obj_p); in ecma_builtin_json_stringify()
1490 lit_magic_string_id_t class_name = ecma_object_get_class_name (obj_p); in ecma_builtin_json_stringify()
H A Decma-builtin-helpers.c143 type_string = ecma_object_get_class_name (obj_p); in ecma_builtin_helper_object_to_string()
/third_party/jerryscript/jerry-core/debugger/
H A Ddebugger.c606 lit_magic_string_id_t id = ecma_object_get_class_name (ecma_get_object_from_value (result)); in jerry_debugger_send_eval()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/
H A Decma-builtin-typedarray-prototype.c168 return ecma_make_magic_string_value (ecma_object_get_class_name (ecma_get_object_from_value (this_arg))); in ecma_builtin_typedarray_prototype_to_string_tag_getter()

Completed in 14 milliseconds