mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
LibRegex+LibUnicode: Add unicode string properties
This commit is contained in:
parent
8c8961171c
commit
7ce4abe330
Notes:
github-actions[bot]
2025-10-24 17:26:08 +00:00
Author: https://github.com/aplefull
Commit: 7ce4abe330
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6545
Reviewed-by: https://github.com/alimpfard
Reviewed-by: https://github.com/gmta ✅
Reviewed-by: https://github.com/trflynn89
6 changed files with 139 additions and 40 deletions
|
|
@ -39,6 +39,7 @@ bool code_point_has_variation_selector_property(u32 code_point);
|
|||
bool code_point_has_white_space_property(u32 code_point);
|
||||
|
||||
bool is_ecma262_property(Property);
|
||||
bool is_ecma262_string_property(Property);
|
||||
|
||||
Optional<Script> script_from_string(StringView);
|
||||
bool code_point_has_script(u32 code_point, Script script);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue