Wed, 31 Dec 2014 07:53:36 +0100
Correct small whitespace inconsistency, lost while renaming variables.
michael@0 | 1 | // Don't crash. May require valgrind. |
michael@0 | 2 | var prox = Proxy.create({getPropertyDescriptor: function() { }}); |
michael@0 | 3 | Object.prototype.__lookupGetter__.call(prox, 'q'); |