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

Method add_associated_memory

modules/cairo-surface-pattern.cpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28void CairoSurfacePattern::add_associated_memory(JSObject* obj,
29 cairo_pattern_t* pattern) {
30 add_associated_memory_for_pattern(obj, pattern);
31}
32
33cairo_pattern_t* CairoSurfacePattern::constructor_impl(
34 JSContext* cx, const JS::CallArgs& args) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected