Bug 187480
| Summary: | [JSC] Remove SourceCodeRepresentation arrays in UnlinkedCodeBlock and CodeBlock | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Yusuke Suzuki <ysuzuki> |
| Component: | JavaScriptCore | Assignee: | Yusuke Suzuki <ysuzuki> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Normal | CC: | mark.lam, saam |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Yusuke Suzuki
We now have jsDoubleNumber. So the information `Double` is already encoded into JSValue. So we do not need to have these information separately.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Yusuke Suzuki
Ah, no, we have a mode ::Integer, which says the value is Integer even if it is out of Int32 range.