Andreas Kling
7f0e59396f
LibJS: Add dump_to_string() for AST nodes and bytecode executables
...
Add the ability to dump AST and bytecode to a String instead of only
to stdout/stderr. This is done by adding an optional StringBuilder
output sink to ASTDumpState, and a new dump_to_string() method on
both ASTNode and Bytecode::Executable.
These will be used for comparing output between compilation pipelines.
2026-02-24 09:39:42 +01:00
..
2026-02-21 19:27:03 +01:00
2025-11-21 09:46:03 +01:00
2026-02-09 16:35:39 +01:00
2025-11-30 11:54:54 +01:00
2025-12-13 13:51:12 -06:00
2026-02-12 11:37:43 +01:00
2026-02-11 23:57:41 +01:00
2026-02-24 09:39:42 +01:00
2026-02-24 09:39:42 +01:00
2025-12-09 21:44:13 -06:00
2026-02-24 09:39:42 +01:00
2026-02-17 20:44:57 +01:00
2025-08-05 07:07:15 -04:00
2025-10-07 23:50:51 +02:00
2025-12-09 21:44:13 -06:00
2026-02-23 13:10:03 +01:00
2026-02-19 12:02:50 +01:00
2026-02-12 11:37:43 +01:00
2025-07-22 11:51:29 -04:00
2025-12-09 21:44:13 -06:00
2026-01-09 09:16:50 +01:00
2025-12-11 14:34:45 -06:00
2026-01-07 12:48:58 +01:00
2025-10-11 20:08:58 +02:00
2025-12-12 11:43:35 -06:00
2025-12-12 11:43:35 -06:00
2026-02-09 16:35:39 +01:00
2025-12-09 21:44:13 -06:00
2025-07-22 11:51:29 -04:00
2025-08-14 10:27:08 +02:00
2025-08-14 10:27:08 +02:00