Renaming src/libecmaoperations/ecma-objects-properties.[ch] -> src/libecmaoperations/ecma-objects.[ch].

This commit is contained in:
Ruben Ayrapetyan 2014-08-12 17:09:46 +04:00
parent 8bde4ecbf2
commit bc34fa3be6
5 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@
#include "ecma-globals.h"
#include "ecma-helpers.h"
#include "ecma-magic-strings.h"
#include "ecma-objects-properties.h"
#include "ecma-objects.h"
#include "ecma-try-catch-macro.h"
#include "globals.h"

View File

@ -22,7 +22,7 @@
#include "ecma-global-object.h"
#include "ecma-helpers.h"
#include "ecma-lex-env.h"
#include "ecma-objects-properties.h"
#include "ecma-objects.h"
#include "ecma-operations.h"
/** \addtogroup ecma ---TODO---

View File

@ -19,7 +19,7 @@
#include "ecma-global-object.h"
#include "ecma-helpers.h"
#include "ecma-lex-env.h"
#include "ecma-objects-properties.h"
#include "ecma-objects.h"
#include "globals.h"
/** \addtogroup ecma ---TODO---

View File

@ -17,7 +17,7 @@
#include "ecma-gc.h"
#include "ecma-globals.h"
#include "ecma-helpers.h"
#include "ecma-objects-properties.h"
#include "ecma-objects.h"
/** \addtogroup ecma ---TODO---
* @{