mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
Remove the unused ecma_op_check_object_type_is_class declaration (#3718)
Removes the unused `ecma_op_check_object_type_is_class` function declaration from `ecma-helpers.h`. This also makes the file pass the Doxygen check. JerryScript-DCO-1.0-Signed-off-by: Mátyás Mustoha mmatyas@inf.u-szeged.hu
This commit is contained in:
parent
8d08cec349
commit
5af751263b
1
Doxyfile
1
Doxyfile
@ -798,7 +798,6 @@ RECURSIVE = YES
|
||||
# who are familiar with the undocumented parts.
|
||||
EXCLUDE = \
|
||||
jerry-core/ecma/base/ecma-globals.h \
|
||||
jerry-core/ecma/base/ecma-helpers.h \
|
||||
jerry-core/ecma/operations/ecma-exceptions.h \
|
||||
jerry-core/include/jerryscript-debugger-transport.h \
|
||||
jerry-core/jcontext/jcontext.h \
|
||||
|
||||
@ -436,7 +436,6 @@ uint8_t ecma_get_object_builtin_id (ecma_object_t *object_p);
|
||||
ecma_lexical_environment_type_t JERRY_ATTR_PURE ecma_get_lex_env_type (const ecma_object_t *object_p);
|
||||
ecma_object_t JERRY_ATTR_PURE *ecma_get_lex_env_binding_object (const ecma_object_t *object_p);
|
||||
ecma_object_t *ecma_clone_decl_lexical_environment (ecma_object_t *lex_env_p, bool copy_values);
|
||||
ecma_extended_object_t *ecma_op_check_object_type_is_class (ecma_value_t this);
|
||||
|
||||
ecma_property_value_t *
|
||||
ecma_create_named_data_property (ecma_object_t *object_p, ecma_string_t *name_p, uint8_t prop_attributes,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user