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

New issue 2089 by [email protected]: Expose value wrapper's inner values
http://code.google.com/p/v8/issues/detail?id=2089

Such expressions as "Object(5)", "Object(true)" or "Object('capybara')" return objects with the hidden value. While these objects may have other properties (including ones set by user), this one (called PrimitiveValue in spec) is not show in debugger, which could make an inconsistent debug experience.

The inner value of Number, Boolean or String objects is well-defined and should be available via debug mirrors and protocol.

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

Reply via email to