Status: New
Owner: metaweta
Labels: Type-Defect Priority-Medium jQuery

New issue 1283 by metaweta: Constructed objects don't get their constructor property whitelisted.
http://code.google.com/p/google-caja/issues/detail?id=1283

What steps will reproduce the problem?
function f(){}
var o = new f();
o.constructor;

What is the expected output? What do you see instead?
Expected to see f, saw undefined.


Reply via email to