godot/modules/gdscript/tests/scripts
George Marques 66fda2aeea
GDScript: Fix temp values being written without proper clear
Temporary values in the stack were not being properly cleared when the
return value of calls were discarded, which can cause memory issues
especially for reference types like PackedByteArray.
2023-01-11 14:24:23 -03:00
..
analyzer Add GDScript .editorconfig rules 2023-01-10 12:25:35 -05:00
parser Add GDScript .editorconfig rules 2023-01-10 12:25:35 -05:00
runtime GDScript: Fix temp values being written without proper clear 2023-01-11 14:24:23 -03:00
.gitignore Add runner for GDScript testing 2021-04-08 09:34:59 -03:00
project.godot Add runner for GDScript testing 2021-04-08 09:34:59 -03:00