[][src]Module boa::builtins::nan

This module implements the global NaN property.

The global NaN is a property of the global object. In other words, it is a variable in global scope.

More information: