Status: Accepted
Owner: [email protected]
Labels: Type-Bug Priority-Medium

New issue 874 by [email protected]: Crash when applying getOwnPropertyDescriptor to array index with getter
http://code.google.com/p/v8/issues/detail?id=874

Shell segfaults on the following piece of code:

var x = { };
x.__defineGetter__("0", function(){ return 42; });
print (Object.getOwnPropertyDescriptor(x, "0").value);



--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to