DescriptionFix edge case in stack trace formatting.
Bug description: in strict mode, null as receiver is not implicitly converted
to the global object, so that when formatting the stack trace, the receiver of
the stack frame is null. The IS_OBJECT check returns true for null, but
%GetDataProperty expected a JSObject, which results in a failed RUNTIME_ASSERT.
R=mvstanton@chromium.org
BUG=237617
Committed: https://code.google.com/p/v8/source/detail?r=14797
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|