Status: New
Owner: ----

New issue 2378 by [email protected]: Proxy.create and Value::IsObject
http://code.google.com/p/v8/issues/detail?id=2378

Detailed description of the issue.

in javascript:

var o = Proxy.create(...);


in c++:

bool is_object = o->IsObject();

return value is false.


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

Reply via email to