* gjs_get_js_version: * * Returns the underlying version of the JS engine. * * Returns: a string */
| 1843 | * Returns: a string |
| 1844 | */ |
| 1845 | const char* gjs_get_js_version() { return JS_GetImplementationVersion(); } |
| 1846 | |
| 1847 | /** |
| 1848 | * gjs_context_get_repl_history_path: |