MCPcopy Create free account
hub / github.com/GNOME/gjs / init

Method init

gi/object.cpp:345–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343 : func_info(info) {}
344
345 Gjs::GErrorResult<> init() {
346 GIFunctionInvoker invoker;
347 MOZ_TRY(func_info.prep_invoker(&invoker));
348 native_address = invoker.native_address;
349 gi_function_invoker_clear(&invoker);
350 return Ok{};
351 }
352};
353
354bool ObjectBase::prop_getter_func(JSContext* cx, unsigned argc, JS::Value* vp) {

Callers 4

create_getter_invokerFunction · 0.45
create_setter_invokerFunction · 0.45
id_is_never_lazyMethod · 0.45
constructor_implMethod · 0.45

Calls 1

prep_invokerMethod · 0.80

Tested by

no test coverage detected