mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
Adding comment to parameter of ecma_number_make_infinity.
This commit is contained in:
parent
f46853bdd8
commit
34984d31de
@ -235,7 +235,8 @@ ecma_number_make_nan (void)
|
||||
* else - -Infinity value.
|
||||
*/
|
||||
ecma_number_t
|
||||
ecma_number_make_infinity (bool sign)
|
||||
ecma_number_make_infinity (bool sign) /**< true - for negative Infinity,
|
||||
false - for positive Infinity */
|
||||
{
|
||||
union
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user