mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
LibJS: Generate bytecode for throw statements
This commit is contained in:
parent
e9bafd768d
commit
b78f1c1261
Notes:
sideshowbarker
2024-07-18 12:32:58 +09:00
Author: https://github.com/gunnarbeutner
Commit: b78f1c1261
Pull-request: https://github.com/SerenityOS/serenity/pull/7952
Reviewed-by: https://github.com/alimpfard
5 changed files with 35 additions and 1 deletions
|
@ -56,7 +56,8 @@
|
|||
O(InstanceOf) \
|
||||
O(ConcatString) \
|
||||
O(Increment) \
|
||||
O(Decrement)
|
||||
O(Decrement) \
|
||||
O(Throw)
|
||||
|
||||
namespace JS::Bytecode {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue