mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 16:16:43 +00:00
LibJS: Add support for public fields in classes
This commit is contained in:
parent
3b6a8d1d53
commit
def8b44c40
Notes:
sideshowbarker
2024-07-18 04:58:01 +09:00
Author: https://github.com/davidot
Commit: def8b44c40
Pull-request: https://github.com/SerenityOS/serenity/pull/9664
Reviewed-by: https://github.com/linusg ✅
9 changed files with 265 additions and 11 deletions
|
@ -258,6 +258,7 @@ private:
|
|||
bool in_break_context { false };
|
||||
bool in_continue_context { false };
|
||||
bool string_legacy_octal_escape_sequence_in_scope { false };
|
||||
bool in_class_field_initializer { false };
|
||||
|
||||
ParserState(Lexer, Program::Type);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue