DescriptionMore useful result pretty printing for d8
For example:
d8> ["hi", 5, [2,3],Object.prototype.toString, {get a() { return a}, b: 9, set a(x) {this.b=x}}, null, undefined]
["hi", 5, [2, 3], function toString() { [native code] }, {get a() { return a}, set a(x) {this.b=x}, b: 9}, null, undefined]
Deactivated in test mode.
R=yangguo@chromium.org
BUG=
Committed: http://code.google.com/p/v8/source/detail?r=13966
Patch Set 1 #
Total comments: 4
Patch Set 2 : Addressed comments; minor fixes #Messages
Total messages: 6 (0 generated)
|