Evaluate destructuring correctly

Signed-off-by: Seonghyun Kim <sh8281.kim@samsung.com>
This commit is contained in:
Seonghyun Kim 2026-01-06 20:54:27 +09:00 committed by Patrick Kim
commit 95036c339e
5 changed files with 38 additions and 18 deletions

View file

@ -573,6 +573,7 @@ void ByteCodeGenerator::relocateByteCode(ByteCodeBlock* block)
break;
}
case ToNumberOpcode:
case ToPropertyKeyOpcode:
case IncrementOpcode:
case DecrementOpcode:
case UnaryMinusOpcode: