Bug 193800

Summary: [JSC] ErrorConstructor should not have own IsoSubspace
Product: WebKit Reporter: Yusuke Suzuki <ysuzuki>
Component: JavaScriptCoreAssignee: Yusuke Suzuki <ysuzuki>
Status: RESOLVED FIXED    
Severity: Normal CC: ews-watchlist, keith_miller, mark.lam, msaboff, saam, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 193606    
Attachments:
Description Flags
Patch
none
Patch
none
Patch saam: review+

Description Yusuke Suzuki 2019-01-24 16:39:26 PST
We can put stackTraceLimit information in JSGlobalObject instead.
Comment 1 Yusuke Suzuki 2019-01-24 17:33:13 PST
Created attachment 360061 [details]
Patch
Comment 2 Yusuke Suzuki 2019-01-24 17:35:05 PST
Created attachment 360062 [details]
Patch
Comment 3 Yusuke Suzuki 2019-01-24 18:34:32 PST
Comment on attachment 360062 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=360062&action=review

> Source/JavaScriptCore/runtime/ErrorConstructor.cpp:44
>      // ECMA 15.11.3.1 Error.prototype

I'll soon move callErrorConstructor and constructWithErrorConstructor from Interpreter to this file.
Comment 4 Yusuke Suzuki 2019-01-24 18:38:59 PST
Created attachment 360066 [details]
Patch
Comment 5 Yusuke Suzuki 2019-01-24 18:48:03 PST
Committed r240465: <https://trac.webkit.org/changeset/240465>
Comment 6 Radar WebKit Bug Importer 2019-01-24 18:49:28 PST
<rdar://problem/47537242>