Bug 195030

Summary: [JSC] stress/function-constructor-reading-from-global-lexical-environment.js fails in 32bit arch
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   
Attachments:
Description Flags
Patch saam: review+

Description Yusuke Suzuki 2019-02-25 18:11:01 PST
...
Comment 1 Yusuke Suzuki 2019-02-25 18:16:59 PST
<rdar://problem/48385088>
Comment 2 Yusuke Suzuki 2019-02-25 18:28:13 PST
LowLevelInterpreter32_64.asm op_put_to_scope lacks checkTDZInGlobalPutToScopeIfNecessary, lol.
Comment 3 Yusuke Suzuki 2019-02-25 18:55:40 PST
Created attachment 362949 [details]
Patch
Comment 4 Yusuke Suzuki 2019-02-25 19:00:00 PST
Committed r242067: <https://trac.webkit.org/changeset/242067>