fix kissinterp2 set global variable
Some checks failed
CI / test (push) Has been cancelled
CI / test-core (14, ubuntu-latest, 3.x, cpp) (push) Has been cancelled
CI / test-core (14, ubuntu-latest, 3.x, interp) (push) Has been cancelled
CI / test-core (14, ubuntu-latest, 3.x, js) (push) Has been cancelled
CI / test-core (14, ubuntu-latest, 3.x, nodejs) (push) Has been cancelled
CI / test-core (14, ubuntu-latest, 3.x, py) (push) Has been cancelled

This commit is contained in:
2025-12-06 23:40:57 -06:00
parent bd7c65dc31
commit baf26c530d

View File

@@ -279,7 +279,8 @@
(return)))
(when (globals.exists varName)
(dictSet globals varName v)))
(dictSet globals varName v)
(cc v)))
((FieldExp field objExp _)
(evalCC objExp ->obj {
(Reflect.setProperty obj field v)