quickjs-done-nextgen/gen
Saúl Ibarra Corretgé 97ea19dc81 Simplify exiting interpreter with exception
- Avoid keeping the exception object around
- Avoid passing the responsibility of freeing the exeption object to the
  caller
2025-01-08 21:37:49 +01:00
..
function_source.c Simplify exiting interpreter with exception 2025-01-08 21:37:49 +01:00
hello.c Simplify exiting interpreter with exception 2025-01-08 21:37:49 +01:00
hello_module.c Simplify exiting interpreter with exception 2025-01-08 21:37:49 +01:00
repl.c Optimize derived class construction (#753) 2025-01-05 22:01:37 +01:00
standalone.c Optimize derived class construction (#753) 2025-01-05 22:01:37 +01:00
test_fib.c Simplify exiting interpreter with exception 2025-01-08 21:37:49 +01:00