Renaming ecma_* identifiers from 'camelCase' to 'underscore_naming'.

This commit is contained in:
Ruben Ayrapetyan
2014-07-23 12:54:56 +04:00
parent b3b4c74cbe
commit bc0c7824c2
26 changed files with 702 additions and 702 deletions
+3 -3
View File
@@ -33,11 +33,11 @@
* @return pointer to ecma-object representing specified error
* with reference counter set to one.
*/
ecma_Object_t*
ecma_NewStandardError( ecma_StandardError_t error_type) /**< native error type */
ecma_object_t*
ecma_new_standard_error( ecma_standard_error_t error_type) /**< native error type */
{
JERRY_UNIMPLEMENTED_REF_UNUSED_VARS( error_type);
} /* ecma_NewStandardError */
} /* ecma_new_standard_error */
/**
* @}