mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 12:49:19 +00:00
LibJS: Make FunctionKind enum class a u8
This commit is contained in:
parent
dd1720f2cb
commit
0b2f86de71
Notes:
sideshowbarker
2024-07-17 06:35:23 +09:00
Author: https://github.com/awesomekling
Commit: 0b2f86de71
Pull-request: https://github.com/SerenityOS/serenity/pull/16215
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/trflynn89
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
namespace JS {
|
||||
|
||||
enum class FunctionKind {
|
||||
enum class FunctionKind : u8 {
|
||||
Normal,
|
||||
Generator,
|
||||
Async,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue