mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-24 11:21:34 +00:00
LibJS: Rename FunctionKind::{Regular => Normal}
This is what CreateDynamicFunction calls it.
This commit is contained in:
parent
0d65af5e0f
commit
0c73fbbba5
Notes:
sideshowbarker
2024-07-17 20:48:53 +09:00
Author: https://github.com/linusg
Commit: 0c73fbbba5
Pull-request: https://github.com/SerenityOS/serenity/pull/11929
Reviewed-by: https://github.com/IdanHo
Reviewed-by: https://github.com/davidot ✅
8 changed files with 24 additions and 24 deletions
|
@ -9,8 +9,8 @@
|
|||
namespace JS {
|
||||
|
||||
enum class FunctionKind {
|
||||
Normal,
|
||||
Generator,
|
||||
Regular,
|
||||
Async,
|
||||
AsyncGenerator
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue