# HG changeset patch # User Atul Varma # Date 1245701854 25200 # Node ID 82d800f2dcfced185f00d2c49b8f95ed81fdaa5a # Parent b20aeecb649957ecf4c6d95a6f3640ee37f2a9c7 added eval to list of blacklisted properties diff -r b20aeecb6499 -r 82d800f2dcfc tcb.js --- a/tcb.js Mon Jun 22 12:03:25 2009 -0700 +++ b/tcb.js Mon Jun 22 13:17:34 2009 -0700 @@ -121,6 +121,7 @@ getProperty: function(wrappee, wrapper, id, defaultValue) { switch (id) { + case "eval": case "prototype": case "caller": case "__proto__":