Expose NaN on Window

Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
This commit is contained in:
Daniel Silverstone 2019-05-25 20:11:52 +01:00
parent 196c2fc845
commit 57094c84ed
1 changed files with 1 additions and 0 deletions

View File

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