MCPcopy Create free account
hub / github.com/Snapchat/djinni / argObject

Method argObject

perftest/generated-src/wasm/NativeDjinniPerfBenchmark.cpp:134–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132 }
133}
134void NativeDjinniPerfBenchmark::argObject(const CppType& self, const em::val& w_c) {
135 try {
136 self->argObject(::djinni_generated::NativeObjectPlatform::toCpp(w_c));
137 }
138 catch(const std::exception& e) {
139 return ::djinni::ExceptionHandlingTraits<void>::handleNativeException(e);
140 }
141}
142void NativeDjinniPerfBenchmark::argListObject(const CppType& self, const em::val& w_l) {
143 try {
144 self->argListObject(::djinni::List<::djinni_generated::NativeObjectPlatform>::toCpp(w_l));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected