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

Function gjs_invoke_constructor_from_c

gi/function.cpp:1411–1417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1409}
1410
1411bool gjs_invoke_constructor_from_c(JSContext* cx, const GI::FunctionInfo& info,
1412 JS::HandleObject obj,
1413 const JS::CallArgs& args,
1414 GIArgument* rvalue) {
1415 return Gjs::Function::invoke_constructor_uncached(cx, info, obj, args,
1416 rvalue);
1417}

Callers 1

invoke_constructorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected