MCPcopy Create free account
hub / github.com/SerenityOS/jakt / CodegenDebugInfo

Method CodegenDebugInfo

bootstrap/stage0/codegen.cpp:397–397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

395}
396
397Jakt::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
399ByteString Jakt::codegen::CodeGenerator::debug_description() const { auto builder = ByteStringBuilder::create();builder.append("CodeGenerator("sv);{
400JaktInternal::PrettyPrint::ScopedLevelIncrease increase_indent {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected