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

Function handle_wrong_args

gjs/internal.cpp:109–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109static bool handle_wrong_args(JSContext* cx) {
110 gjs_log_exception(cx);
111 g_error("Wrong invocation of internal code");
112 return false;
113}
114
115/**
116 * gjs_internal_set_global_module_loader:

Calls 1

gjs_log_exceptionFunction · 0.85

Tested by

no test coverage detected