Renaming ecma_* identifiers from 'camelCase' to 'underscore_naming'.
This commit is contained in:
@@ -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 */
|
||||
|
||||
/**
|
||||
* @}
|
||||
|
||||
Reference in New Issue
Block a user