| 395 | } |
| 396 | |
| 397 | Jakt::codegen::CodegenDebugInfo::CodegenDebugInfo(NonnullRefPtr<Jakt::compiler::Compiler> a_compiler, JaktInternal::Dictionary<size_t,JaktInternal::DynamicArray<Jakt::codegen::LineSpan>> a_line_spans, bool a_statement_span_comments): compiler(move(a_compiler)), line_spans(move(a_line_spans)), statement_span_comments(move(a_statement_span_comments)){} |
| 398 | |
| 399 | ByteString Jakt::codegen::CodeGenerator::debug_description() const { auto builder = ByteStringBuilder::create();builder.append("CodeGenerator("sv);{ |
| 400 | JaktInternal::PrettyPrint::ScopedLevelIncrease increase_indent {}; |
nothing calls this directly
no outgoing calls
no test coverage detected