add isFinite to global context

This commit is contained in:
Vincent Sanders 2019-07-01 23:26:11 +01:00
parent 43f8e77df7
commit 1ae0ee21ee
1 changed files with 1 additions and 0 deletions

View File

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