Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GNOME/gjs
/ gjs_debug_id
Function
gjs_debug_id
gjs/jsapi-util-string.cpp:635–639 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
633
}
634
635
std::string gjs_debug_id(jsid id) {
636
if (id.isString())
637
return gjs_debug_linear_string(id.toLinearString(), NoQuotes);
638
return gjs_debug_value(js::IdToValue(id));
639
}
Callers
9
debug_jsprop
Method · 0.85
repo_resolve
Function · 0.85
props_to_g_parameters
Method · 0.85
debug_jsprop
Method · 0.85
debug_jsprop_static
Method · 0.85
test_gjs_debug_id_string_no_quotes
Function · 0.85
importer_resolve
Function · 0.85
resolve_impl
Method · 0.85
throw_property_lookup_error
Function · 0.85
Calls
2
gjs_debug_linear_string
Function · 0.85
gjs_debug_value
Function · 0.85
Tested by
1
test_gjs_debug_id_string_no_quotes
Function · 0.68