Bug 187480

Summary: [JSC] Remove SourceCodeRepresentation arrays in UnlinkedCodeBlock and CodeBlock
Product: WebKit Reporter: Yusuke Suzuki <ysuzuki>
Component: JavaScriptCoreAssignee: Yusuke Suzuki <ysuzuki>
Status: RESOLVED WONTFIX    
Severity: Normal CC: mark.lam, saam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Yusuke Suzuki
Reported 2018-07-09 13:51:53 PDT
We now have jsDoubleNumber. So the information `Double` is already encoded into JSValue. So we do not need to have these information separately.
Attachments
Yusuke Suzuki
Comment 1 2018-07-09 14:06:02 PDT
Ah, no, we have a mode ::Integer, which says the value is Integer even if it is out of Int32 range.
Note You need to log in before you can comment on or make changes to this bug.