From c5413211e705dc29f01a010f705b39e5c22ad8f9 Mon Sep 17 00:00:00 2001
From: Sami Vaarala
Date: Sun, 27 Apr 2014 01:13:44 +0300
Subject: [PATCH] add Proxy to additional globals tables
---
website/guide/duktapebuiltins.html | 1 +
1 file changed, 1 insertion(+)
diff --git a/website/guide/duktapebuiltins.html b/website/guide/duktapebuiltins.html
index ff0cf48c..c4eef86e 100644
--- a/website/guide/duktapebuiltins.html
+++ b/website/guide/duktapebuiltins.html
@@ -13,6 +13,7 @@ values.
Duktape | The Duktape built-in object. Contains miscellaneous implementation specific stuff. |
+Proxy | Proxy constructor borrowed from ES6 draft (not part of Ecmascript E5/E5.1). |
print | Non-standard, browser-like function for writing to stdout . |
alert | Non-standard, browser-like function for writing to stderr . |