MCPcopy Create free account

hub / github.com/GNOME/gjs / functions

Functions3,360 in github.com/GNOME/gjs

↓ 1 callersFunctiongjs_encode_into_uint8array
gjs/text-encoding.cpp:468
↓ 1 callersFunctiongjs_error_from_js_gerror
gi/gerror.cpp:329
↓ 1 callersFunctiongjs_foreign_load_foreign_module
gi/foreign.cpp:41
↓ 1 callersFunctiongjs_gerror_make_from_thrown_value
* gjs_gerror_make_from_thrown_value: * * Attempts to convert a JavaScript thrown value (pending on @cx) into a * #GError. This function is infallib
gi/gerror.cpp:489
↓ 1 callersFunctiongjs_get_js_version
* gjs_get_js_version: * * Returns the underlying version of the JS engine. * * Returns: a string */
gjs/context.cpp:1845
↓ 1 callersFunctiongjs_gi_argument_release_basic_c_array
gi/arg.cpp:3713
↓ 1 callersFunctiongjs_gi_argument_release_basic_garray
gi/arg.cpp:3740
↓ 1 callersFunctiongjs_gi_argument_release_basic_gptrarray
gi/arg.cpp:3763
↓ 1 callersFunctiongjs_global_get_type
gjs/global.cpp:422
↓ 1 callersFunctiongjs_global_source_map_get
* gjs_global_source_map_get: * @cx: the current #JSContext * @registry: a JS Map object * @key: a source string, such as retrieved from a stack fra
gjs/global.cpp:522
↓ 1 callersFunctiongjs_gtk_container_class_find_child_property
libgjs-private/gjs-util.c:244
↓ 1 callersFunctiongjs_gvariant_unref0
libgjs-private/gjs-gdbus-wrapper.c:54
↓ 1 callersFunctiongjs_hyphen_to_camel
gjs/jsapi-util-string.cpp:54
↓ 1 callersFunctiongjs_import_native_module
* gjs_import_native_module: * @cx: the #JSContext * @importer: the root importer * @id_str: Name under which the module was registered with add()
gjs/importer.cpp:260
↓ 1 callersFunctiongjs_importer_define_proto
gjs/importer.cpp:799
↓ 1 callersFunctiongjs_invoke_constructor_from_c
gi/function.cpp:1411
↓ 1 callersFunctiongjs_load_internal_module
* gjs_load_internal_module: * @cx: the current JSContext * @identifier: the identifier of the internal module * * Loads a module source from an in
gjs/internal.cpp:69
↓ 1 callersFunctiongjs_locale_category_get_mask
libgjs-private/gjs-util.c:59
↓ 1 callersFunctiongjs_locales_new
libgjs-private/gjs-util.c:100
↓ 1 callersFunctiongjs_log_cleanup
util/log.cpp:162
↓ 1 callersFunctiongjs_lookup_fundamental_prototype
FIXME: assume info is non-null on main? Is it possible to have hidden fundamental types?
gi/fundamental.cpp:245
↓ 1 callersFunctiongjs_lookup_interface_constructor
gi/interface.cpp:165
↓ 1 callersFunctiongjs_lookup_param_prototype
gi/param.cpp:172
↓ 1 callersFunctiongjs_lossy_decode_from_uint8array_slow
gjs/text-encoding.cpp:77
↓ 1 callersFunctiongjs_lossy_string_from_utf8_n
* gjs_lossy_string_from_utf8_n: * @cx: the current #JSContext * @utf8_string: an array of UTF-8 characters to decode * @len: length of @utf8_string
gjs/jsapi-util-string.cpp:172
↓ 1 callersFunctiongjs_match_info_unref
* gjs_match_info_unref: * @self: a #GjsMatchInfo * * Replacement for g_match_info_unref(). */
libgjs-private/gjs-match-info.c:83
↓ 1 callersFunctiongjs_maybe_gc
* gjs_maybe_gc: * * Low level version of gjs_context_maybe_gc(). */
gjs/jsapi-util.cpp:662
↓ 1 callersFunctiongjs_module_import
* gjs_module_import: * @cx: the JS context * @importer: the JS importer object, parent of the module to be imported * @id: module name in the form
gjs/module.cpp:287
↓ 1 callersFunctiongjs_object_shutdown_toggle_queue
gi/object.cpp:2398
↓ 1 callersFunctiongjs_object_to_g_hash
gi/arg.cpp:413
↓ 1 callersFunctiongjs_profiler_define_counters
gjs/profiler.cpp:243
↓ 1 callersFunctiongjs_profiler_extract_maps
* gjs_profiler_extract_maps: * * This function will write the mapped section information to the capture file * so that the callgraph builder can ge
gjs/profiler.cpp:187
↓ 1 callersFunctiongjs_profiler_new
* _gjs_profiler_new: * @gjs_context: The #GjsContext to profile * * This creates a new profiler for the #JSContext. It is important that this * in
gjs/profiler.cpp:315
↓ 1 callersFunctiongjs_profiler_sample_gc_memory_info
gjs/profiler.cpp:878
↓ 1 callersFunctiongjs_profiler_set_fd
gjs/profiler.cpp:905
↓ 1 callersFunctiongjs_profiler_set_finalize_status
gjs/profiler.cpp:921
↓ 1 callersFunctiongjs_profiler_set_gc_status
gjs/profiler.cpp:981
↓ 1 callersFunctiongjs_profiler_setup_signals
* gjs_profiler_setup_signals: * @gjs_context: a #GjsContext with a profiler attached * * If you want to simply allow profiling of your process with
gjs/profiler.cpp:760
↓ 1 callersFunctiongjs_profiler_sigprof
gjs/profiler.cpp:394
↓ 1 callersFunctiongjs_profiler_sigusr2
gjs/profiler.cpp:731
↓ 1 callersFunctiongjs_regex_match_all_full
* gjs_regex_match_all_full: * @regex: a #GRegex * @bytes: (array length=len): the string to scan for matches * @len: the length of @bytes * @start
libgjs-private/gjs-match-info.c:339
↓ 1 callersFunctiongjs_regex_match_full
* gjs_regex_match_full: * @regex: a #GRegex * @bytes: (array length=len): the string to scan for matches * @len: the length of @bytes * @start_pos
libgjs-private/gjs-match-info.c:285
↓ 1 callersFunctiongjs_script_module_build_private
* gjs_script_module_build_private: * @cx: the #JSContext * @uri: the URI this script module is loaded from * * To support dynamic imports from scr
gjs/module.cpp:267
↓ 1 callersFunctiongjs_set_locale_id
libgjs-private/gjs-util.c:47
↓ 1 callersFunctiongjs_steal_locale_id
libgjs-private/gjs-util.c:41
↓ 1 callersFunctiongjs_string_from_filename
gjs/jsapi-util-string.cpp:223
↓ 1 callersFunctiongjs_test_add_tests_for_coverage
test/gjs-test-coverage.cpp:1064
↓ 1 callersFunctiongjs_test_add_tests_for_jsapi_utils
test/gjs-test-jsapi-utils.cpp:593
↓ 1 callersFunctiongjs_test_add_tests_for_parse_call_args
test/gjs-test-call-args.cpp:325
↓ 1 callersFunctiongjs_test_add_tests_for_rooting
test/gjs-test-rooting.cpp:217
↓ 1 callersFunctiongjs_test_tools_clear_saved
installed-tests/js/libgjstesttools/gjs-test-tools.cpp:97
↓ 1 callersFunctiongjs_test_tools_get_saved
* gjs_test_tools_get_saved: * Returns: (transfer full) */
installed-tests/js/libgjstesttools/gjs-test-tools.cpp:242
↓ 1 callersFunctiongjs_test_tools_get_weak
* gjs_test_tools_get_weak: * Returns: (transfer full) */
installed-tests/js/libgjstesttools/gjs-test-tools.cpp:279
↓ 1 callersFunctiongjs_test_tools_init
installed-tests/js/libgjstesttools/gjs-test-tools.cpp:33
↓ 1 callersFunctiongjs_test_tools_peek_saved
* gjs_test_tools_peek_saved: * Returns: (transfer none) */
installed-tests/js/libgjstesttools/gjs-test-tools.cpp:263
↓ 1 callersFunctiongjs_test_tools_reset
installed-tests/js/libgjstesttools/gjs-test-tools.cpp:35
↓ 1 callersFunctiongjs_test_tools_save_object_unreffed
installed-tests/js/libgjstesttools/gjs-test-tools.cpp:92
↓ 1 callersFunctiongjs_throw_literal
* gjs_throw_literal: * * Similar to gjs_throw(), but does not treat its argument as a format string. */
gjs/jsapi-util-error.cpp:196
↓ 1 callersFunctiongjs_typecheck_instance
gjs/jsapi-dynamic-class.cpp:112
↓ 1 callersFunctiongjs_value_from_array_and_length_values
* Fill in value_p with a JS array, converted from a C array stored as a pointer * in array_value, with its length stored in array_length_value. */
gi/value.cpp:201
↓ 1 callersFunctiongjs_value_from_constant_info
gi/repo.cpp:262
↓ 1 callersFunctiongjstest_no_introspection_object_peek
test/gjs-test-no-introspection-object.cpp:73
↓ 1 callersMethodglobal_context_finalized
gi/closure.cpp:101
↓ 1 callersMethodgobj_dispose_notify
gi/object.cpp:2139
↓ 1 callersMethodgroup
* @param {...any} data formatting substitutions, if applicable * @returns {void}
modules/esm/console.js:242
↓ 1 callersFunctionhasCustomToString
(value)
installed-tests/js/jasmine.js:6498
↓ 1 callersFunctionhasProperty
(obj, property)
installed-tests/js/jasmine.js:2592
↓ 1 callersMethodhas_instance_impl
See InterfaceBase::has_instance().
gi/interface.cpp:127
↓ 1 callersMethodhas_main_loop_hook
gjs/context-private.h:194
↓ 1 callersMethodhook_up_vfunc
gi/object.cpp:3753
↓ 1 callersMethodhook_up_vfunc_impl
gi/object.cpp:3760
↓ 1 callersFunctionidle_source
(handler, priority)
modules/script/mainloop.js:35
↓ 1 callersFunctionimport_directory
gjs/importer.cpp:176
↓ 1 callersMethodimport_file
Loads JS code from a file and imports it
gjs/module.cpp:149
↓ 1 callersFunctionimport_file_on_module
gjs/importer.cpp:420
↓ 1 callersFunctionimport_module_init
gjs/importer.cpp:285
↓ 1 callersFunctionimport_symbol_from_init_js
If error, returns false. If not found, returns true but does not touch the * value at *result. If found, returns true and sets *result = true. */
gjs/importer.cpp:374
↓ 1 callersFunctionindent
(s)
installed-tests/js/jasmine.js:3730
↓ 1 callersFunctioninform
()
modules/script/jsUnit.js:251
↓ 1 callersMethodinfos
gi/info.h:1637
↓ 1 callersFunctioninit
* Initialize directories and global variables. Must be called * before any of other API in Package is used. * `params` must be an object with at lea
modules/script/package.js:99
↓ 1 callersMethodinit_atoms
Requires a current realm. This can GC, so it needs to be done after the * tracing has been set up. */
gjs/atoms.cpp:40
↓ 1 callersMethodinit_custom_class_from_gobject
* ObjectInstance::init_custom_class_from_gobject: * * Does all the necessary initialization for an ObjectInstance and JSObject * wrapper, given a n
gi/object.cpp:3533
↓ 1 callersMethodinit_from_c_struct
gi/boxed.cpp:940
↓ 1 callersMethodinit_function_invoker
gi/info.h:908
↓ 1 callersMethodinit_impl
gi/object.cpp:2609
↓ 1 callersFunctioninstallFrameTicker
()
installed-tests/js/testTweener.js:9
↓ 1 callersMethodinstance_ownership_transfer
gi/info.h:916
↓ 1 callersMethodinstance_type
gi/arg-cache.cpp:2707
↓ 1 callersMethodinterface_gtype
gi/arg-cache.h:82
↓ 1 callersMethodinterfaces
gi/info.h:1424
↓ 1 callersFunctionisAbsolute2
(aPath)
modules/internal/source-map/util.js:87
↓ 1 callersFunctionisDiffBuilder
(obj)
installed-tests/js/jasmine.js:5004
↓ 1 callersFunctionisElement
(maybeEl)
installed-tests/js/jasmine.js:6000
↓ 1 callersFunctionisErrorConstructor
(value)
installed-tests/js/jasmine.js:4297
↓ 1 callersFunctionisFailure
(args)
installed-tests/js/jasmine.js:8633
↓ 1 callersFunctionisGetter
(prop)
installed-tests/js/jasmine.js:6597
↓ 1 callersMethodisInternal
* Determines whether a module gets access to import.meta.importSync(). * * @param {Uri} uri real URI of the module (file:/// or resource:///
modules/internal/internalLoader.js:69
↓ 1 callersMethodisInternal
* Overrides InternalModuleLoader.isInternal * * @param {Uri} uri real URI of the module (file:/// or resource:///)
modules/internal/loader.js:66
↓ 1 callersFunctionisLength
(value)
installed-tests/js/jasmine.js:6045
← previousnext →1,101–1,200 of 3,360, ranked by callers