From 43f29e43115665d6b919f38aaae4c6bfa731d71e Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 31 Oct 2015 20:11:05 +0100 Subject: Expose a few more bits --- javascript/duktape/Window.bnd | 3 +++ 1 file changed, 3 insertions(+) (limited to 'javascript') diff --git a/javascript/duktape/Window.bnd b/javascript/duktape/Window.bnd index 4d3c0ec7c..ed931c614 100644 --- a/javascript/duktape/Window.bnd +++ b/javascript/duktape/Window.bnd @@ -44,6 +44,9 @@ prototype Window() EXPOSE(Date); EXPOSE(RegExp); EXPOSE(Math); + EXPOSE(Function); + EXPOSE(Proxy); + EXPOSE(String); #undef EXPOSE %} -- cgit v1.2.3