| ||||||
SummaryRetrieves the numeric representation for not-a-number (NaN). | ||||||
Syntaxjsval JS_GetNaNValue(JSContext *cx); | ||||||
DescriptionJS_GetNanValue retrieves a numeric representation of NaN given a specific JS context, cx . JS_GetNaNValue returns a JS value that corresponds to the IEEE floating point quiet NaN value.
Comparing
| ||||||
See Also
|