Bug 215870 - Use unsigned type for `length` of JSFunction
Summary: Use unsigned type for `length` of JSFunction
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Enhancement
Assignee: Alexey Shvayka
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-08-26 15:29 PDT by Alexey Shvayka
Modified: 2020-08-26 18:01 PDT (History)
8 users (show)

See Also:


Attachments
Patch (9.07 KB, patch)
2020-08-26 15:30 PDT, Alexey Shvayka
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Shvayka 2020-08-26 15:29:40 PDT
Use unsigned type for `length` of JSFunction
Comment 1 Alexey Shvayka 2020-08-26 15:30:35 PDT
Created attachment 407346 [details]
Patch
Comment 2 Alexey Shvayka 2020-08-26 15:31:36 PDT
Related ECMA-262 editorial PR: https://github.com/tc39/ecma262/pull/2153.
Comment 3 EWS 2020-08-26 18:00:51 PDT
Committed r266210: <https://trac.webkit.org/changeset/266210>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 407346 [details].
Comment 4 Radar WebKit Bug Importer 2020-08-26 18:01:15 PDT
<rdar://problem/67841309>