Window.bnd: Expose isNan

Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
This commit is contained in:
Daniel Silverstone 2019-06-09 15:20:01 +01:00
parent 04cf2fe588
commit c5c8a49276
1 changed files with 1 additions and 0 deletions

View File

@ -264,6 +264,7 @@ prototype Window()
EXPOSE(encodeURI);
EXPOSE(encodeURIComponent);
EXPOSE(NaN);
EXPOSE(isNaN);
#undef EXPOSE
/* Add s3kr1t method to close the compartment */
duk_dup(ctx, 0);