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

Method InObject

bootstrap/stage0/parser.cpp:12182–12187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12180return builder.to_string();
12181}
12182[[nodiscard]] ArgumentStoreLevel ArgumentStoreLevel::InObject(size_t argument_index){
12183ArgumentStoreLevel __jakt_uninit_enum;
12184__jakt_uninit_enum.__jakt_variant_index = 1;
12185new (&__jakt_uninit_enum.as.InObject.argument_index) (decltype(argument_index))(move(argument_index));
12186return __jakt_uninit_enum;
12187}
12188[[nodiscard]] ArgumentStoreLevel ArgumentStoreLevel::InReturnValue(){
12189ArgumentStoreLevel __jakt_uninit_enum;
12190__jakt_uninit_enum.__jakt_variant_index = 2;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected