mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 18:10:56 +09:00
LibJS: Implement exponentiation assignment operator (**=)
This commit is contained in:
parent
3e754a15d4
commit
a2e1f1a872
Notes:
sideshowbarker
2024-07-19 06:57:56 +09:00
Author: https://github.com/linusg
Commit: a2e1f1a872
Pull-request: https://github.com/SerenityOS/serenity/pull/2105
8 changed files with 23 additions and 5 deletions
|
@ -567,7 +567,7 @@ int main(int argc, char** argv)
|
|||
case JS::TokenType::Ampersand:
|
||||
case JS::TokenType::AmpersandEquals:
|
||||
case JS::TokenType::Asterisk:
|
||||
case JS::TokenType::AsteriskAsteriskEquals:
|
||||
case JS::TokenType::DoubleAsteriskEquals:
|
||||
case JS::TokenType::AsteriskEquals:
|
||||
case JS::TokenType::Caret:
|
||||
case JS::TokenType::CaretEquals:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue