From 2f1526653f107d3feaaec5317d373d2888de2e2d Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 4 May 2019 21:55:54 +0100 Subject: Expose Number and Error on Window Signed-off-by: Daniel Silverstone --- content/handlers/javascript/duktape/Window.bnd | 2 ++ 1 file changed, 2 insertions(+) (limited to 'content/handlers/javascript/duktape') diff --git a/content/handlers/javascript/duktape/Window.bnd b/content/handlers/javascript/duktape/Window.bnd index c70ca255c..52181677c 100644 --- a/content/handlers/javascript/duktape/Window.bnd +++ b/content/handlers/javascript/duktape/Window.bnd @@ -213,6 +213,8 @@ prototype Window() EXPOSE(Function); EXPOSE(Proxy); EXPOSE(String); + EXPOSE(Number); + EXPOSE(Error); EXPOSE(encodeURI); EXPOSE(encodeURIComponent); #undef EXPOSE -- cgit v1.2.3