MCPcopy Create free account

hub / github.com/GNOME/gjs / functions

Functions3,360 in github.com/GNOME/gjs

↓ 2 callersMethodfinalize_impl
gi/wrapperutils.h:1221
↓ 2 callersMethodfind_by_name
gi/info.h:1658
↓ 2 callersMethodfirst_arg_offset
gi/function.h:129
↓ 2 callersFunctionforEachFunction
(funcsToRun, callback)
installed-tests/js/jasmine.js:3374
↓ 2 callersFunctionformatFunction
(func)
modules/script/_bootstrap/default.js:142
↓ 2 callersFunctionformatGenerically
* @param {any} item an item to format
modules/esm/console.js:34
↓ 2 callersFunctionformatKeyValuePairs
(pp, obj)
installed-tests/js/jasmine.js:4996
↓ 2 callersFunctionformatObject
(obj, properties, printedObjects = new WeakSet())
modules/script/_bootstrap/default.js:82
↓ 2 callersFunctionformatOptimally
* @param {any} item an item to format * @returns {string}
modules/esm/console.js:42
↓ 2 callersFunctionformat_exception_stack
Helper function: format the error's stack property.
gjs/jsapi-util.cpp:278
↓ 2 callersFunctionformat_node
(graph, addr, parent='')
tools/heapgraph.py:401
↓ 2 callersFunctionfrom_latin1
gjs/jsapi-util-string.cpp:247
↓ 2 callersMethodget
(objectsArray, id, receiver)
modules/core/overrides/Gtk.js:206
↓ 2 callersFunctiongetNextSuiteId
()
installed-tests/js/jasmine.js:1253
↓ 2 callersFunctionget_argument_for_arg_info
gi/function.cpp:415
↓ 2 callersMethodget_field_info
gi/boxed.cpp:484
↓ 2 callersMethodget_func_ptr
gi/function.h:53
↓ 2 callersFunctionget_interface_gtypes
gi/private.cpp:163
↓ 2 callersFunctionget_internal_principals
gjs/engine.cpp:178
↓ 2 callersMethodget_message
JSNative property getter for `message`.
gi/gerror.cpp:114
↓ 2 callersFunctionget_number_of_locale_categories
libgjs-private/gjs-util.c:84
↓ 2 callersFunctionget_output_file_for_script_on_disk
test/gjs-test-coverage.cpp:285
↓ 2 callersMethodget_parent_proto
* GIWrapperPrototype::parent_proto: * * Returns in @proto the parent class's prototype object, or nullptr if * there is none. *
gi/wrapperutils.h:822
↓ 2 callersFunctiongjs_array_from_basic_glist_gi_argument
gi/arg.cpp:3075
↓ 2 callersFunctiongjs_array_from_basic_gslist_gi_argument
gi/arg.cpp:3085
↓ 2 callersFunctiongjs_array_from_g_list
gi/arg.cpp:2293
↓ 2 callersFunctiongjs_array_to_basic_array
gi/arg.cpp:702
↓ 2 callersFunctiongjs_array_to_g_list
gi/arg.cpp:200
↓ 2 callersFunctiongjs_array_to_strv
gi/arg.cpp:555
↓ 2 callersFunctiongjs_build_string_array
gjs/jsapi-util.cpp:198
↓ 2 callersFunctiongjs_byte_array_get_byte_array
gjs/byteArray.cpp:198
↓ 2 callersFunctiongjs_cairo_pattern_from_pattern
* gjs_cairo_pattern_from_pattern: * @cx: the context * @pattern: cairo_pattern to attach to the object * * Constructs a pattern wrapper given cair
modules/cairo-pattern.cpp:104
↓ 2 callersFunctiongjs_console_write_repl_history
util/console.cpp:86
↓ 2 callersFunctiongjs_context_get_all
* gjs_context_get_all: * * Returns a newly-allocated list containing all known instances of #GjsContext. * This is useful for operating on the cont
gjs/context.cpp:1244
↓ 2 callersFunctiongjs_context_make_current
gjs/context.cpp:1781
↓ 2 callersFunctiongjs_create_importer
gjs/importer.cpp:833
↓ 2 callersFunctiongjs_dbus_implementation_check_property
libgjs-private/gjs-gdbus-wrapper.c:89
↓ 2 callersFunctiongjs_debug_linear_string
gjs/jsapi-util-string.cpp:470
↓ 2 callersFunctiongjs_decode_from_uint8array_slow
gjs/text-encoding.cpp:197
↓ 2 callersFunctiongjs_define_enum_values
gi/enumeration.cpp:64
↓ 2 callersFunctiongjs_define_string_array
gjs/jsapi-util.cpp:216
↓ 2 callersFunctiongjs_encode_to_uint8array
encode() function implementation
gjs/text-encoding.cpp:387
↓ 2 callersFunctiongjs_enum_value_is_valid
gi/arg.cpp:110
↓ 2 callersFunctiongjs_explain_gc_reason
gjs/jsapi-util.cpp:667
↓ 2 callersFunctiongjs_flags_value_is_valid
gi/arg.cpp:93
↓ 2 callersFunctiongjs_g_strv_concat
* gjs_g_strv_concat: * * Concate an array of string arrays to one string array. The strings in each * array is copied to the resulting array. * *
util/misc.cpp:43
↓ 2 callersFunctiongjs_gc_if_needed
gjs/jsapi-util.cpp:607
↓ 2 callersFunctiongjs_gi_argument_release_basic_in_array
gi/arg.cpp:4196
↓ 2 callersFunctiongjs_gi_argument_release_basic_out_array
gi/arg.cpp:4259
↓ 2 callersFunctiongjs_gvariant_ref_sink0
libgjs-private/gjs-gdbus-wrapper.c:47
↓ 2 callersFunctiongjs_init_class_dynamic
gjs/jsapi-dynamic-class.cpp:42
↓ 2 callersFunctiongjs_log_init
util/log.cpp:97
↓ 2 callersFunctiongjs_lookup_generic_constructor
gi/repo.cpp:493
↓ 2 callersFunctiongjs_lookup_object_constructor_from_info
gi/object.cpp:2837
↓ 2 callersFunctiongjs_lookup_object_prototype
gi/object.cpp:2904
↓ 2 callersFunctiongjs_lookup_object_prototype_from_info
gi/object.cpp:2883
↓ 2 callersFunctiongjs_module_load
* gjs_module_load: * @cx: the current JSContext * @identifier: specifier of the module to load * @file_uri: URI to load the module from * * Loads
gjs/module.cpp:355
↓ 2 callersFunctiongjs_object_clear_toggles
At shutdown, we need to ensure we've cleared the context of any pending * toggle references. */
gi/object.cpp:2394
↓ 2 callersFunctiongjs_object_from_g_hash
gi/arg.cpp:2917
↓ 2 callersFunctiongjs_object_in_prototype_chain
* gjs_object_in_prototype_chain: * @cx: * @proto: The prototype which we are checking if @check_obj has in its chain * @check_obj: The object to ch
gjs/jsapi-dynamic-class.cpp:244
↓ 2 callersFunctiongjs_print_parse_args
modules/print.cpp:91
↓ 2 callersFunctiongjs_profiler_is_running
* gjs_profiler_is_running: * @self: A #GjsProfiler * * Checks if the profiler is currently running. This means that the JS * profiler is enabled a
gjs/profiler.cpp:386
↓ 2 callersFunctiongjs_profiler_set_filename
* gjs_profiler_set_filename: * @self: A #GjsProfiler * @filename: string containing a filename * * Set the file to which profiling data is written
gjs/profiler.cpp:849
↓ 2 callersFunctiongjs_register_interface_impl
gi/private.cpp:214
↓ 2 callersFunctiongjs_register_type_impl
gi/private.cpp:322
↓ 2 callersFunctiongjs_string_from_ucs4
* gjs_string_from_ucs4: * @cx: a #JSContext * @ucs4_string: string of #gunichar * @n_chars: number of characters in @ucs4_string or -1 for zero-ter
gjs/jsapi-util-string.cpp:366
↓ 2 callersFunctiongjs_string_to_intarray
gi/arg.cpp:560
↓ 2 callersFunctiongjs_string_to_utf8_n
* gjs_string_to_utf8_n: * @cx: the current #JSContext * @str: string to encode in UTF-8 * @output: (out): return location for the UTF-8-encoded str
gjs/jsapi-util-string.cpp:115
↓ 2 callersFunctiongjs_struct_foreign_convert_from_gi_argument
gi/foreign.cpp:104
↓ 2 callersFunctiongjs_struct_foreign_release_gi_argument
gi/foreign.cpp:118
↓ 2 callersFunctiongjs_throw_valist
gjs/jsapi-util-error.cpp:95
↓ 2 callersFunctiongjs_unit_test_fixture_setup
test/gjs-test-utils.cpp:21
↓ 2 callersFunctiongjs_unit_test_fixture_teardown
test/gjs-test-utils.cpp:40
↓ 2 callersFunctiongjs_uri_object
* gjs_uri_object: * @cx: the current JSContext * @uri: the URI to parse into a JS URI object * @rval: (out): handle to a JSValue where the URI obje
gjs/internal.cpp:320
↓ 2 callersFunctiongjs_value_from_basic_explicit_array
gi/arg.cpp:2593
↓ 2 callersFunctiongjs_value_from_basic_fixed_size_array_gi_argument
gi/arg.cpp:2967
↓ 2 callersFunctiongjs_value_from_basic_garray_gi_argument
gi/arg.cpp:3005
↓ 2 callersFunctiongjs_value_from_basic_gptrarray_gi_argument
gi/arg.cpp:3023
↓ 2 callersFunctiongjs_value_from_byte_array_gi_argument
gi/arg.cpp:2985
↓ 2 callersFunctiongjs_value_guess_g_type
gi/value.cpp:448
↓ 2 callersFunctiongjs_value_to_basic_glist_gi_argument
gi/arg.cpp:1757
↓ 2 callersFunctiongjs_value_to_basic_gslist_gi_argument
gi/arg.cpp:1773
↓ 2 callersFunctiongjs_value_to_callback_out_arg
gi/arg.cpp:2106
↓ 2 callersFunctiongjs_value_to_g_value_internal
gi/value.cpp:513
↓ 2 callersFunctiongjs_value_to_g_value_no_copy
gi/value.cpp:981
↓ 2 callersFunctiongjs_value_to_gdk_atom_gi_argument
gi/arg.cpp:1632
↓ 2 callersFunctiongjs_value_to_gerror_gi_argument
gi/arg.cpp:1606
↓ 2 callersFunctiongjs_value_to_interface_gi_argument
Convert a JS value to GIArgument, specifically for arguments with type tag GI_TYPE_TAG_INTERFACE.
gi/arg.cpp:1648
↓ 2 callersFunctiongjs_wrapper_throw_nonexistent_field
gi/wrapperutils.cpp:52
↓ 2 callersFunctiongjs_wrapper_to_string_func
Needed because some of the templates don't have Maybe as their info() type
gi/wrapperutils.h:58
↓ 2 callersMethodgtype
gi/wrapperutils.h:252
↓ 2 callersFunctiongtype_func
gi/info.h:185
↓ 2 callersFunctionhandleAsymmetricExpected
()
installed-tests/js/jasmine.js:4456
↓ 2 callersFunctionhasFormatSpecifiers
* @param {string} str a string to check for format specifiers like %s or %i * @returns {boolean}
modules/esm/console.js:27
↓ 2 callersMethodhas_deprecated_param_flag
gi/info.h:1567
↓ 2 callersMethodhash_pointer_from_argument
gi/info.h:719
↓ 2 callersMethodhold
gjs/mainloop.h:56
↓ 2 callersMethodiface_struct
gi/info.h:1380
↓ 2 callersFunctionindexOfFirstToPass
(array, testFn)
installed-tests/js/jasmine.js:3339
↓ 2 callersMethodinit
* GIWrapperPrototype::init: * * Performs any initialization that cannot be done in the constructor of * GIWrapperPrototype, either beca
gi/wrapperutils.h:805
← previousnext →601–700 of 3,360, ranked by callers