Bug 255543 - Do early returns in XPathFunctions if string meets requirements
Summary: Do early returns in XPathFunctions if string meets requirements
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-04-17 12:58 PDT by Seija K.
Modified: 2024-02-02 16:04 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Seija K. 2023-04-17 12:58:34 PDT
This makes the code more clear and prevents operating on empty strings.
Comment 1 Radar WebKit Bug Importer 2023-04-24 12:59:18 PDT
<rdar://problem/108467165>
Comment 2 Ahmad Saleem 2024-02-02 16:04:46 PST
PR - https://github.com/WebKit/WebKit/pull/12814