mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 19:37:36 +00:00
LibJS: Add support for public fields in classes
This commit is contained in:
parent
3b6a8d1d53
commit
def8b44c40
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