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

Method enter_function

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

Source from the content-addressed store, hash-verified

268}
269
270Jakt::codegen::ControlFlowState Jakt::codegen::ControlFlowState::enter_function() const {
271{
272return Jakt::codegen::ControlFlowState(Jakt::codegen::AllowedControlExits::JustReturn(),false,false,false,false);
273}
274}
275
276Jakt::codegen::ControlFlowState Jakt::codegen::ControlFlowState::enter_loop() const {
277{

Callers 2

codegen_expressionMethod · 0.80

Calls 1

ControlFlowStateClass · 0.85

Tested by

no test coverage detected