Adding comment to parameter of ecma_number_make_infinity.
This commit is contained in:
@@ -235,7 +235,8 @@ ecma_number_make_nan (void)
|
|||||||
* else - -Infinity value.
|
* else - -Infinity value.
|
||||||
*/
|
*/
|
||||||
ecma_number_t
|
ecma_number_t
|
||||||
ecma_number_make_infinity (bool sign)
|
ecma_number_make_infinity (bool sign) /**< true - for negative Infinity,
|
||||||
|
false - for positive Infinity */
|
||||||
{
|
{
|
||||||
union
|
union
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user