Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
109
static 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:
Callers
13
gjs_internal_set_global_module_loader
Function · 0.85
gjs_internal_compile_internal_module
Function · 0.85
gjs_internal_compile_module
Function · 0.85
gjs_internal_set_module_private
Function · 0.85
gjs_internal_get_registry
Function · 0.85
gjs_internal_get_source_map_registry
Function · 0.85
gjs_internal_parse_uri
Function · 0.85
gjs_internal_resolve_relative_resource_or_file
Function · 0.85
gjs_internal_load_resource_or_file
Function · 0.85
gjs_internal_uri_exists
Function · 0.85
gjs_internal_atob
Function · 0.85
load_async_executor
Function · 0.85
Calls
1
gjs_log_exception
Function · 0.85
Tested by
no test coverage detected