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

Method write

gjs/engine.cpp:152–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150 static constexpr uint32_t STRUCTURED_CLONE_TAG = JS_SCTAG_USER_MIN;
151
152 bool write(JSContext* cx [[maybe_unused]],
153 JSStructuredCloneWriter* writer) override {
154 g_assert_not_reached();
155 return JS_WriteUint32Pair(writer, STRUCTURED_CLONE_TAG, 1);
156 }
157
158 bool isSystemOrAddonPrincipal() override { return true; }
159

Callers 14

output_dot_fileFunction · 0.45
heapgraph.pyFile · 0.45
parse_rootsFunction · 0.45
parse_graphFunction · 0.45
parse_heapFunction · 0.45
find_nodesFunction · 0.45
load_graphFunction · 0.45
target_edgeFunction · 0.45
target_funcFunction · 0.45
target_gobjectFunction · 0.45
target_stringFunction · 0.45
target_typeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected