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

Method AtLoop

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

Source from the content-addressed store, hash-verified

8560return __jakt_uninit_enum;
8561}
8562[[nodiscard]] AllowedControlExits AllowedControlExits::AtLoop(){
8563AllowedControlExits __jakt_uninit_enum;
8564__jakt_uninit_enum.__jakt_variant_index = 3;
8565return __jakt_uninit_enum;
8566}
8567AllowedControlExits& AllowedControlExits::operator=(AllowedControlExits const &rhs){
8568{VERIFY(this->__jakt_variant_index != 0 && rhs.__jakt_variant_index != 0);
8569if (this->__jakt_variant_index != rhs.__jakt_variant_index) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected