mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 16:16:43 +00:00
LibJS/Bytecode: Generate bytecode for deleting super properties
This commit is contained in:
parent
0d50e5eeee
commit
23daf5097b
Notes:
sideshowbarker
2024-07-17 17:49:11 +09:00
Author: https://github.com/trflynn89
Commit: 23daf5097b
Pull-request: https://github.com/SerenityOS/serenity/pull/19857
5 changed files with 97 additions and 0 deletions
|
@ -118,7 +118,9 @@ static NonnullOwnPtr<BasicBlock> eliminate_loads(BasicBlock const& block, size_t
|
|||
break;
|
||||
}
|
||||
case DeleteById:
|
||||
case DeleteByIdWithThis:
|
||||
case DeleteByValue:
|
||||
case DeleteByValueWithThis:
|
||||
// These can trigger proxies, which call into user code
|
||||
// So these are treated like calls
|
||||
case GetByValue:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue