Home
last modified time | relevance | path

Searched refs:gjs_context_define_string_array (Results 1 – 10 of 10) sorted by relevance

/dports/x11/gnome-shell/gnome-shell-41.1/src/
H A Dgnome-shell-portal-helper.c24 if (!gjs_context_define_string_array(context, "ARGV", in main()
H A Drun-js-test.c75 if (!gjs_context_define_string_array (js_context, "ARGV", in main()
/dports/lang/cjs/cjs-4.8.2/debian/
H A Dlibcjs0f.symbols4 gjs_context_define_string_array@Base 1.63.90
/dports/lang/cjs/cjs-4.8.2/cjs/
H A Dcontext.h68 GJS_EXPORT GJS_USE bool gjs_context_define_string_array(
H A Dconsole.cpp186 if (!gjs_context_define_string_array( in define_argv_and_eval_script()
H A Dcontext.cpp1114 gjs_context_define_string_array(GjsContext *js_context, in gjs_context_define_string_array() function
/dports/x11/cinnamon/cinnamon-4.8.6/src/
H A Drun-js-test.c103 if (!gjs_context_define_string_array (js_context, "ARGV", in main()
/dports/lang/gjs/gjs-1.70.0/gjs/
H A Dcontext.h65 GJS_EXPORT GJS_USE bool gjs_context_define_string_array(
H A Dcontext.cpp1508 gjs_context_define_string_array(GjsContext *js_context, in gjs_context_define_string_array() function
/dports/lang/gjs/gjs-1.70.0/test/
H A Dgjs-tests.cpp867 bool ok = gjs_context_define_string_array(gjs, "ARGV", 1, argv, &error); in gjstest_test_func_gjs_context_argv_array()