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

Method to_string

gi/function.cpp:1230–1233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1228}
1229
1230bool Function::to_string(JSContext* cx, unsigned argc, JS::Value* vp) {
1231 GJS_CHECK_WRAPPER_PRIV(cx, argc, vp, rec, this_obj, Function, priv);
1232 return priv->to_string_impl(cx, rec.rval());
1233}
1234
1235bool Function::to_string_impl(JSContext* cx, JS::MutableHandleValue rval) {
1236 int n_args = m_info.n_args();

Callers

nothing calls this directly

Calls 1

to_string_implMethod · 0.80

Tested by

no test coverage detected