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

Method resolve

gjs/module.cpp:196–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194 }
195
196 GJS_JSAPI_RETURN_CONVENTION
197 static bool resolve(JSContext* cx, JS::HandleObject module, JS::HandleId id,
198 bool* resolved) {
199 return priv(module)->resolve_impl(cx, module, id, resolved);
200 }
201
202 static void finalize(JS::GCContext*, JSObject* module) {
203 delete priv(module);

Callers

nothing calls this directly

Calls 1

resolve_implMethod · 0.45

Tested by

no test coverage detected