Bug 86523 - The stack property on the exception object should be read-write in JSC (is currently read-only)
Summary: The stack property on the exception object should be read-write in JSC (is cu...
Status: RESOLVED DUPLICATE of bug 86128
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2012-05-15 14:12 PDT by Brady Eidson
Modified: 2021-04-21 14:18 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brady Eidson 2012-05-15 14:12:53 PDT
The stack property on the exception object should be read-write in JSC (is currently read-only)

That it is read-only caused a layout test failure in the newly added fast/dom/DOMException/stack-trace.html as discussed in https://bugs.webkit.org/show_bug.cgi?id=86442
Comment 1 Brady Eidson 2012-05-15 14:14:39 PDT
<rdar://problem/11458323>
Comment 2 Alexey Proskuryakov 2012-05-16 10:36:20 PDT
Sounds like a duplicate of bug 86128.
Comment 3 Sam Weinig 2021-04-21 14:18:08 PDT

*** This bug has been marked as a duplicate of bug 86128 ***