MCPcopy 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
635std::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_jspropMethod · 0.85
repo_resolveFunction · 0.85
props_to_g_parametersMethod · 0.85
debug_jspropMethod · 0.85
debug_jsprop_staticMethod · 0.85
importer_resolveFunction · 0.85
resolve_implMethod · 0.85

Calls 2

gjs_debug_linear_stringFunction · 0.85
gjs_debug_valueFunction · 0.85

Tested by 1