Updates:
        Status: Assigned
        Owner: [email protected]

Comment #1 on issue 1199 by [email protected]: expression '{get length () {return this.a.length;}}' raises error "TypeError: Cannot read property 'length' of undefined"
http://code.google.com/p/v8/issues/detail?id=1199

Probably a DevTools issue, not a V8 issue.

It seems that exception is thrown when DevTools tries to print the object => tries to evaluate the "length" property, but it's getter throws an exception.

Everything works perfectly fine when I try it in the pure V8 shell.

Pavel, can you take a look/triage? Maybe this is a known issue.

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

Reply via email to