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
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user