mirror of
https://github.com/Samsung/escargot.git
synced 2026-06-22 10:01:50 +00:00
Evaluate destructuring correctly
Signed-off-by: Seonghyun Kim <sh8281.kim@samsung.com>
This commit is contained in:
parent
50f1d7a2f1
commit
95036c339e
5 changed files with 38 additions and 18 deletions
|
|
@ -573,6 +573,7 @@ void ByteCodeGenerator::relocateByteCode(ByteCodeBlock* block)
|
|||
break;
|
||||
}
|
||||
case ToNumberOpcode:
|
||||
case ToPropertyKeyOpcode:
|
||||
case IncrementOpcode:
|
||||
case DecrementOpcode:
|
||||
case UnaryMinusOpcode:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue