Status: New
Owner: ----

New issue 2142 by brandon.benvie: Lack of JSProxy->GetConstructorName causes web inspector issues
http://code.google.com/p/v8/issues/detail?id=2142

This is actually the result of two problems. The first is that JSProxy->IsObject is false, which could be fixed on the debugger's end. The second is that even if that were fixed, JSProxy has no GetConstructorName. The only partially workable outcome is JSProxy->ToObject()->GetConstructorName() which then always returns 'Object'.

As a side note, proxies returning false for IsObject causes issues in a number of other places as well. I'm guessing the eventual switch to the new Direct Proxy semantics will result in most of these issues becoming moot though, since there will be an actual object to refer to.

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

Reply via email to