JS: Fix store into object literals that have a post-update node

This commit is contained in:
Asger F
2024-09-23 11:14:51 +02:00
parent d626e79ed3
commit 9fc99d6f9d
2 changed files with 21 additions and 8 deletions

View File

@@ -31,7 +31,7 @@ function t2() {
function t3() {
function inner(obj) {
sink(obj.foo); // $ hasValueFlow=t3.2 MISSING: hasValueFlow=t3.1
sink(obj.foo); // $ hasValueFlow=t3.2 hasValueFlow=t3.1
}
inner({foo: source('t3.1')});