mirror of
https://github.com/Samsung/escargot.git
synced 2026-06-22 10:01:50 +00:00
Fix one of assignment optimizer bug
Signed-off-by: Seonghyun Kim <sh8281.kim@samsung.com>
This commit is contained in:
parent
cf0ef1247b
commit
2f3ba80a08
2 changed files with 2 additions and 1 deletions
|
|
@ -162,6 +162,7 @@ public:
|
|||
if (!(p->key()->isIdentifier() && !p->computed())) {
|
||||
p->key()->iterateChildrenIdentifier(fn);
|
||||
}
|
||||
p->value()->iterateChildrenIdentifier(fn);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit f9d5df51a326046dae8c89afef047f053f7be6ab
|
||||
Subproject commit c9f0f43c4c1922bf79fc7b655deb8523f0548a5b
|
||||
Loading…
Add table
Add a link
Reference in a new issue