Fix one of assignment optimizer bug

Signed-off-by: Seonghyun Kim <sh8281.kim@samsung.com>
This commit is contained in:
Seonghyun Kim 2024-10-21 10:00:57 +09:00 committed by Boram Bae
commit 2f3ba80a08
2 changed files with 2 additions and 1 deletions

View file

@ -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