Extracting ecma_op_object* routines to ecma_op_general_object_*. Redefining ecma_op_object* interface to be usable for all object types (not only for general objects).

This commit is contained in:
Ruben Ayrapetyan
2014-08-12 18:11:56 +04:00
parent bc34fa3be6
commit a886053e54
4 changed files with 982 additions and 571 deletions
+3 -3
View File
@@ -13,8 +13,8 @@
* limitations under the License.
*/
#ifndef ECMA_OBJECTS_PROPERTIES_H
#define ECMA_OBJECTS_PROPERTIES_H
#ifndef ECMA_OBJECTS_H
#define ECMA_OBJECTS_H
#include "ecma-conversion.h"
#include "ecma-globals.h"
@@ -49,4 +49,4 @@ extern ecma_completion_value_t ecma_op_object_define_own_property (ecma_object_t
* @}
*/
#endif /* !ECMA_OBJECTS_PROPERTIES_H */
#endif /* !ECMA_OBJECTS_H */