Bug 195030 - [JSC] stress/function-constructor-reading-from-global-lexical-environment.js fails in 32bit arch
Summary: [JSC] stress/function-constructor-reading-from-global-lexical-environment.js ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yusuke Suzuki
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-02-25 18:11 PST by Yusuke Suzuki
Modified: 2019-02-25 19:00 PST (History)
6 users (show)

See Also:


Attachments
Patch (3.68 KB, patch)
2019-02-25 18:55 PST, Yusuke Suzuki
saam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>