mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 20:15:17 +00:00
LibJS: Use u32 for RegexTableIndex
Same as we already do for StringTableIndex and IdentifierTableIndex.
This commit is contained in:
parent
37998895d8
commit
f1a54ef281
Notes:
github-actions[bot]
2025-04-06 00:06:41 +00:00
Author: https://github.com/awesomekling Commit: https://github.com/LadybirdBrowser/ladybird/commit/f1a54ef281b Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4243
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
|
||||
namespace JS::Bytecode {
|
||||
|
||||
AK_TYPEDEF_DISTINCT_NUMERIC_GENERAL(size_t, RegexTableIndex, Comparison);
|
||||
AK_TYPEDEF_DISTINCT_NUMERIC_GENERAL(u32, RegexTableIndex, Comparison);
|
||||
|
||||
struct ParsedRegex {
|
||||
regex::Parser::Result regex;
|
||||
|
|
Loading…
Add table
Reference in a new issue