MCPcopy Create free account

hub / github.com/GNOME/gjs / functions

Functions3,360 in github.com/GNOME/gjs

↓ 5 callersFunctionsetlocale
(category, locale)
modules/core/_gettext.js:26
↓ 5 callersFunctionshowDebuggeeValue
(dv, style = {pretty: options.pretty})
modules/script/_bootstrap/debugger.js:108
↓ 5 callersMethodskip_in
gi/arg-cache.h:141
↓ 5 callersMethodstorage_type
gi/info.h:739
↓ 5 callersFunctiontestUnixIntegerTypedefMarshalling
(type, inValue, skipAny = {})
installed-tests/js/testGIMarshalling.js:331
↓ 5 callersFunctiontype_needs_release
Check if an argument of the given type needs to be released if we created it * from a JS value to pass it into a function and aren't transferring own
gi/arg.cpp:129
↓ 5 callersMethodunwrapErr
gjs/gerror-result.h:82
↓ 5 callersFunctionurlGenerate
(aParsedUrl)
modules/internal/source-map/util.js:50
↓ 5 callersFunctionvalidateTemplate
(description, ClassName, pending = false)
installed-tests/js/testGtk4.js:177
↓ 5 callersMethodvfunc
gi/info.h:1522
↓ 5 callersFunctionwarn64
(func, ...args)
installed-tests/js/testGObjectClass.js:16
↓ 4 callersFunction_createClosure
(thisArg, handlerName, swapped, connectObject)
modules/core/_common.js:100
↓ 4 callersFunction_injectToStaticMethod
(klass, method, addition)
modules/core/overrides/Gio.js:292
↓ 4 callersFunction_removeTweenByIndex
(i)
modules/script/tweener/tweener.js:126
↓ 4 callersFunction_unpackVariant
(variant, deep, recursive = false)
modules/core/overrides/GLib.js:160
↓ 4 callersFunctionaddFilter
(source, filter)
installed-tests/js/jasmine.js:3668
↓ 4 callersFunctionadd_associated_memory_for_surface
modules/cairo-memory.cpp:44
↓ 4 callersMethodaddress
gi/info.h:1332
↓ 4 callersFunctionargSlice
(argsObj, n)
installed-tests/js/jasmine.js:3230
↓ 4 callersFunctionbail_out
installed-tests/minijasmine.cpp:17
↓ 4 callersMethodcaller_allocates
gi/info.h:810
↓ 4 callersMethodconnect_after
gi/object.cpp:2946
↓ 4 callersMethodconstructor
gi/cwrapper.h:251
↓ 4 callersFunctioncreateStructArray
(StructType = GIMarshallingTests.BoxedStruct)
installed-tests/js/testGIMarshalling.js:453
↓ 4 callersFunctioncreateTemplate
(className)
installed-tests/js/testGtk4.js:15
↓ 4 callersFunctioncurrent_js_context
gi/gobject.cpp:35
↓ 4 callersFunctiondebuggeeValueToString
(dv, style = {pretty: options.pretty})
modules/script/_bootstrap/debugger.js:67
↓ 4 callersMethoddisplay_string
gi/info.h:751
↓ 4 callersMethoddispose
gjs/context.cpp:415
↓ 4 callersFunctiondoStepOrNext
(kind)
modules/script/_bootstrap/debugger.js:618
↓ 4 callersMethodencodeInto
* The **`TextEncoder.encodeInto()`** method takes a string to encode and a destination Uint8Array to put resulting UTF-8 encoded text into, and return
types/gjs.d.ts:196
↓ 4 callersFunctionexpectPromise
* @param {(resolve?: () => void, reject?: () => void) => void} callback a callback to call with handlers once the promise executes * @returns {jasmin
installed-tests/js/testTimers.js:21
↓ 4 callersFunctiongetDefaultContentByType
(type)
installed-tests/js/testGObjectValue.js:33
↓ 4 callersFunctiongetGType
(type)
installed-tests/js/testGObjectValue.js:101
↓ 4 callersFunctiongjs_array_from_carray_internal
gi/arg.cpp:2477
↓ 4 callersFunctiongjs_array_to_basic_explicit_array
gi/arg.cpp:1024
↓ 4 callersFunctiongjs_context_new_with_search_path
gjs/context.cpp:851
↓ 4 callersFunctiongjs_create_global_object
* gjs_create_global_object: * @cx: a #JSContext * * Creates a global object, and initializes it with the default API. * * Returns: the created gl
gjs/global.cpp:373
↓ 4 callersFunctiongjs_define_error_properties
define properties that JS Error exposes, such as fileName, lineNumber and stack
gi/gerror.cpp:274
↓ 4 callersFunctiongjs_define_global_properties
* gjs_define_global_properties: * @cx: a #JSContext * @global: a JS global object that has not yet been passed to this function * @realm_name: (nul
gjs/global.cpp:568
↓ 4 callersFunctiongjs_define_static_methods
gi/wrapperutils.h:130
↓ 4 callersFunctiongjs_g_arg_release_internal
gi/arg.cpp:3779
↓ 4 callersFunctiongjs_g_param_from_param
gi/param.cpp:252
↓ 4 callersFunctiongjs_gi_argument_release_basic
gi/arg.cpp:4158
↓ 4 callersFunctiongjs_gi_argument_release_out_array
gi/arg.cpp:4292
↓ 4 callersFunctiongjs_global_registry_get
* gjs_global_registry_get: * @cx: the current #JSContext * @registry: a JS Map object * @key: a module identifier, typically a string or symbol *
gjs/global.cpp:489
↓ 4 callersFunctiongjs_gtype_create_gtype_wrapper
gi/gtype.cpp:200
↓ 4 callersFunctiongjs_hyphen_to_underscore
gjs/jsapi-util-string.cpp:44
↓ 4 callersFunctiongjs_lookup_object_constructor
gi/object.cpp:3902
↓ 4 callersFunctiongjs_string_from_utf8_n
gjs/jsapi-util-string.cpp:197
↓ 4 callersFunctiongjs_string_get_char16_data
* gjs_string_get_char16_data: * @cx: js context * @str: a rooted JSString * @data_p: address to return allocated data buffer * @len_p: address to
gjs/jsapi-util-string.cpp:281
↓ 4 callersFunctiongjs_string_to_filename
gjs/jsapi-util-string.cpp:207
↓ 4 callersFunctiongjs_throw_gerror
* gjs_throw_gerror: * * Converts a GError into a JavaScript exception. Differently from gjs_throw(), * it will overwrite an existing exception, as
gi/gerror.cpp:525
↓ 4 callersFunctiongjs_throw_gerror_message
* gjs_throw_gerror_message: * * Similar to gjs_throw_gerror(), but does not marshal the GError structure into * JavaScript. Instead, it creates a r
gjs/jsapi-util-error.cpp:211
↓ 4 callersFunctiongjs_throw_type_error_from_gerror
gjs/text-encoding.cpp:58
↓ 4 callersFunctiongjs_typecheck_param
gi/param.cpp:259
↓ 4 callersFunctiongjs_value_from_explicit_array
gi/arg.cpp:2584
↓ 4 callersFunctiongjs_wrapper_define_gtype_prop
gi/cwrapper.cpp:18
↓ 4 callersMethodgobject
()
installed-tests/js/testGObjectClass.js:1736
↓ 4 callersMethodinstance
gi/arg-cache.h:278
↓ 4 callersMethodinvoke
gi/closure.cpp:163
↓ 4 callersFunctionisBigInt
installed-tests/js/testGIMarshalling.js:2497
↓ 4 callersFunctionis_gdk_atom
gi/gi-utils.h:55
↓ 4 callersMethodis_interface
gi/info.h:521
↓ 4 callersMethodis_struct
gi/info.h:530
↓ 4 callersMethodis_writable
gi/info.h:1217
↓ 4 callersFunctionjs_chars_to_glib
This moves a string owned by the JS runtime into the GLib domain. This is only possible because currently, js_free() and g_free() both ultimately call
gjs/auto.h:204
↓ 4 callersFunctionjs_value_to_c<int64_t>
gi/js-value-inl.h:127
↓ 4 callersFunctionloadResource
(path, baseName)
modules/script/package.js:115
↓ 4 callersMethodmain_loop_hold
gjs/context-private.h:201
↓ 4 callersFunctionnativeAddress
(boxed)
installed-tests/js/testRegress.js:2585
↓ 4 callersMethodnotifyProp
()
installed-tests/js/testGObjectClass.js:88
↓ 4 callersMethodnow
util/misc.h:100
↓ 4 callersFunctiononException
(e)
installed-tests/js/jasmine.js:7064
↓ 4 callersFunctionplatform_specific_warning_glib
helper function
gi/ns.cpp:46
↓ 4 callersMethodproperties
gi/info.h:1445
↓ 4 callersMethodproperty
gi/info.h:1579
↓ 4 callersFunctionreadBytesFromFdSync
(fd)
installed-tests/js/testGDBus.js:928
↓ 4 callersFunctionref_thread_data_new
installed-tests/js/libgjstesttools/gjs-test-tools.cpp:138
↓ 4 callersFunctionremoveFns
(queueableFns)
installed-tests/js/jasmine.js:8541
↓ 4 callersMethodrepl_history_path
gjs/context-private.h:209
↓ 4 callersFunctionsetContent
(gvalue, type, content)
installed-tests/js/testGObjectValue.js:121
↓ 4 callersMethodsetter
gi/info.h:1554
↓ 4 callersMethodshould_exit
gjs/context.cpp:939
↓ 4 callersFunctionsimple_struct_has_pointers
gi/gi-utils.cpp:86
↓ 4 callersFunctionskip64
(is64bit)
installed-tests/js/testGIMarshalling.js:188
↓ 4 callersFunctionskipUnsupported
(type)
installed-tests/js/testGObjectValue.js:131
↓ 4 callersMethodspin
gjs/mainloop.cpp:15
↓ 4 callersFunctiontestContainerMarshalling
(root, value, inoutValue, defaultValue, options = {})
installed-tests/js/testGIMarshalling.js:97
↓ 4 callersFunctiontestSignalEmission
(type, transfer, value, skip = false)
installed-tests/js/testGIMarshalling.js:2869
↓ 4 callersFunctionurlParse
(aUrl)
modules/internal/source-map/util.js:36
↓ 4 callersFunctionvalidateTemplate
(description, ClassName, pending = false)
installed-tests/js/testGtk3.js:117
↓ 4 callersFunctionwaitFor
* @param {number} ms the number of milliseconds to wait * @returns {Promise<void>}
installed-tests/js/testTimers.js:13
↓ 3 callersFunction_affectTweensWithFunction
(func, args)
modules/script/tweener/tweener.js:713
↓ 3 callersFunction_getCurrentTweeningTime
()
modules/script/tweener/tweener.js:122
↓ 3 callersFunction_getNumberOfProperties
(object)
modules/script/tweener/tweener.js:567
↓ 3 callersFunction_handleDBusError
(invocation, e)
modules/core/overrides/Gio.js:351
↓ 3 callersMethod_init
()
installed-tests/js/testGObjectClass.js:265
↓ 3 callersFunction_mapOverTweens
(func)
modules/script/tweener/tweener.js:757
↓ 3 callersFunction_resolveLegacyClassFunction
(klass, func)
modules/core/overrides/GObject.js:70
← previousnext →301–400 of 3,360, ranked by callers