1
0
mirror of https://github.com/janet-lang/janet synced 2025-01-08 22:50:27 +00:00
janet/src/boot
Calvin Rose 7a1c9c7798 Add support for debugging upvalues.
Upvalues are stored in the symbol slots structure as well, but
since they are always live, we repurpose the death_pc field to
refer to the environment index that we want to look at at runtime.
2023-02-05 15:30:01 -06:00
..
array_test.c Update copyright year. 2023-01-07 15:03:35 -06:00
boot.c Update copyright year. 2023-01-07 15:03:35 -06:00
boot.janet Add support for debugging upvalues. 2023-02-05 15:30:01 -06:00
buffer_test.c Update copyright year. 2023-01-07 15:03:35 -06:00
number_test.c Update copyright year. 2023-01-07 15:03:35 -06:00
system_test.c Update copyright year. 2023-01-07 15:03:35 -06:00
table_test.c Update copyright year. 2023-01-07 15:03:35 -06:00
tests.h Begin work on new memory layout for all objects and GC. 2019-02-21 11:22:29 -05:00