mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
Adding comment to ecma_NewStandardError.
This commit is contained in:
parent
16be2ee3ab
commit
c5cfff3d92
@ -27,8 +27,14 @@
|
||||
* @{
|
||||
*/
|
||||
|
||||
/**
|
||||
* Standard ecma-error object constructor.
|
||||
*
|
||||
* @return pointer to ecma-object representing specified error
|
||||
* with reference counter set to one.
|
||||
*/
|
||||
ecma_Object_t*
|
||||
ecma_NewStandardError( ecma_StandardError_t error_type)
|
||||
ecma_NewStandardError( ecma_StandardError_t error_type) /**< native error type */
|
||||
{
|
||||
JERRY_UNIMPLEMENTED_REF_UNUSED_VARS( error_type);
|
||||
} /* ecma_NewStandardError */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user