Revision: 3881
Author: erights
Date: Mon Nov 30 21:19:35 2009
Log: Edited wiki page through web user interface.
http://code.google.com/p/google-caja/source/detail?r=3881
Modified:
/wiki/WhatsMissing.wiki
=======================================
--- /wiki/WhatsMissing.wiki Mon Nov 30 21:16:16 2009
+++ /wiki/WhatsMissing.wiki Mon Nov 30 21:19:35 2009
@@ -74,7 +74,6 @@
|| `delete` variable || Yes |
| Yes || Yes || No || No || No ||
|| aFunction`.caller` || Unspecified |
| Yes || Unspecified || No || No || No ||
|| aFunction`.arguments` || Unspecified |
| Yes || Unspecified || No || No || No ||
-|| `Function()` constructor || Yes |
| Yes || Yes || Yes || No || No ||
|| `arguments.caller` || Unspecified |
| Yes || Unspecified || No || No || No ||
|| `arguments.callee` || Yes |
| Yes || Yes || No || No || No ||
|| Modify meaning of `[...]` by rebinding `Array` || Unclear |
| Varies || No || No || No || No ||
@@ -83,11 +82,13 @@
|| `this` promotes to global object || Yes |
| Yes || Yes || No || No || No ||
|| Joining `arguments` with parameter list || Yes |
| Yes || Yes || No || No || No ||
|| `eval()` || Yes |
| Yes || Yes || Yes^1^ || No || No ||
+|| `Function()` constructor || Yes |
| Yes || Yes || Yes || No || No ||
|| Identifiers ending in a double underscore ("{{{__}}}") || Yes |
| Yes || Yes || Yes || No || No ||
|| Reflective attribute control || No |
| No || Yes || Yes || No || No ||
|| Getters and setters || No |
| 3/4 Yes || Yes || Yes || Future^2^ || Future ||
+
^1^ But without violating static scoping
^2^ probably only the `get` and `set` syntax in object literals (see Issue
999)