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

Function gjs_get_js_version

gjs/context.cpp:1845–1845  ·  view source on GitHub ↗

* gjs_get_js_version: * * Returns the underlying version of the JS engine. * * Returns: a string */

Source from the content-addressed store, hash-verified

1843 * Returns: a string
1844 */
1845const char* gjs_get_js_version() { return JS_GetImplementationVersion(); }
1846
1847/**
1848 * gjs_context_get_repl_history_path:

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected