virtualx-engine/modules/gdscript/tests/scripts
George Marques 4a7d49a89a
GDScript: Replace ptrcalls on MethodBind to validated calls
This improves the performance of typed calls to engine methods when the
argument types are exact.

Using validated calls delegate more of the work the core instead of
doing argument unpacking in the VM. It also does not need different
instructions for each return type, simplifying the code.
2023-10-06 11:15:44 -03:00
..
analyzer GDScript: Add error when exporting node in non [Node]-derived classes 2023-10-05 13:50:26 +03:00
lsp Language Server: Improve hovered symbol resolution, fix renaming bugs, implement reference lookup 2023-09-11 09:46:34 -05:00
parser GDScript: Add error when exporting node in non [Node]-derived classes 2023-10-05 13:50:26 +03:00
runtime GDScript: Replace ptrcalls on MethodBind to validated calls 2023-10-06 11:15:44 -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
utils.notest.gd Add type_string() utility 2023-10-02 17:41:20 +02:00