Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GNOME/gjs
/ functions
Functions
3,360 in github.com/GNOME/gjs
⨍
Functions
3,360
◇
Types & classes
749
↓ 1 callers
Function
reschedule
(scheduledFn)
installed-tests/js/jasmine.js:3363
↓ 1 callers
Method
resolve
gjs/internal.cpp:546
↓ 1 callers
Method
resolveSpecifier
* Resolves an import specifier given an optional parent importer. * * @param {string} specifier the import specifier * @param {Uri | nu
modules/internal/internalLoader.js:94
↓ 1 callers
Method
resolveSpecifier
* Overrides InternalModuleLoader.resolveSpecifier. Adds the behaviour of * resolving a bare specifier like 'system' against internal resources.
modules/internal/loader.js:110
↓ 1 callers
Method
resolve_impl
gjs/module.cpp:167
↓ 1 callers
Function
resolve_namespace_object
gi/repo.cpp:83
↓ 1 callers
Method
returnThenThrowExceptionAsync
(_parameters, invocation)
installed-tests/js/testGDBus.js:186
↓ 1 callers
Method
returnThenThrowExceptionSyncAsync
(_parameters, invocation)
installed-tests/js/testGDBus.js:174
↓ 1 callers
Method
return_tag
gi/arg-cache.cpp:2713
↓ 1 callers
Function
run
* This is the function to use if you want to have multiple * entry points in one package. * You must define a main(ARGV) function inside the passed
modules/script/package.js:222
↓ 1 callers
Function
runNext
()
installed-tests/js/jasmine.js:7000
↓ 1 callers
Function
runScheduledFunctions
(endTime, tickDate)
installed-tests/js/jasmine.js:3380
↓ 1 callers
Method
run_jobs_fallible
* GjsContext::run_jobs_fallible: * * Drains the queue of promise callbacks that the JS engine has reported * finished, calling each one and logging
gjs/context.cpp:1011
↓ 1 callers
Function
runcmd
(cmd)
modules/script/_bootstrap/debugger.js:939
↓ 1 callers
Function
runnableIndex
(id)
installed-tests/js/jasmine.js:8720
↓ 1 callers
Method
schedule_gc
gjs/context-private.h:266
↓ 1 callers
Method
scope
gi/info.h:851
↓ 1 callers
Function
seal_import
Make the property we set in gjs_module_import() permanent; we do this after * the import successfully completes. */
gjs/importer.cpp:192
↓ 1 callers
Function
segmentChildren
( node, orderedChildren, nodeStats, executableIndex )
installed-tests/js/jasmine.js:8790
↓ 1 callers
Function
select_targets
(args, edges, graph)
tools/heapgraph.py:672
↓ 1 callers
Method
setLogDomain
* @param {string} logDomain the GLib log domain this Console should print * with. Defaults to 'Gjs-Console'. * @returns {void}
modules/esm/console.js:363
↓ 1 callers
Function
setTimeoutImpl
(fn)
installed-tests/js/jasmine.js:2995
↓ 1 callers
Function
setUp
()
modules/script/jsUnit.js:185
↓ 1 callers
Function
set_arg_from_carray_element
gi/arg.cpp:852
↓ 1 callers
Method
set_arg_pos
gi/arg-cache.cpp:192
↓ 1 callers
Method
set_execute_as_module
gjs/context-private.h:216
↓ 1 callers
Method
set_instance_parameter
gi/arg-cache.h:157
↓ 1 callers
Method
set_main_loop_hook
gjs/context.cpp:1381
↓ 1 callers
Method
set_program_name
gjs/context-private.h:207
↓ 1 callers
Method
set_program_path
gjs/context-private.h:213
↓ 1 callers
Method
set_repl_history_path
gjs/context-private.h:220
↓ 1 callers
Method
set_return_value
gi/arg-cache.h:162
↓ 1 callers
Method
set_search_path
gjs/context-private.h:214
↓ 1 callers
Method
set_should_listen_sigusr2
gjs/context-private.h:217
↓ 1 callers
Method
set_should_profile
gjs/context-private.h:215
↓ 1 callers
Method
set_value_function_pointer
gi/info.h:1509
↓ 1 callers
Function
setup_dump_heap
gjs/context.cpp:210
↓ 1 callers
Method
share_ptr
gi/boxed.h:195
↓ 1 callers
Method
shutdown
gi/toggle.cpp:138
↓ 1 callers
Method
signal_find
gi/object.cpp:3221
↓ 1 callers
Method
signal_find_impl
gi/object.cpp:3229
↓ 1 callers
Function
simple_getters_caller
gi/object.cpp:390
↓ 1 callers
Function
simple_setters_caller
gi/object.cpp:783
↓ 1 callers
Method
skip_return
gi/info.h:936
↓ 1 callers
Method
specDone
(result)
installed-tests/js/minijasmine.js:68
↓ 1 callers
Method
specStarted
()
installed-tests/js/minijasmine.js:64
↓ 1 callers
Function
splitPrintOptions
(s, style)
modules/script/_bootstrap/debugger.js:397
↓ 1 callers
Function
stack
()
installed-tests/js/jasmine.js:3858
↓ 1 callers
Function
start
()
installed-tests/js/testTweener.js:21
↓ 1 callers
Method
start_draining_job_queue
gjs/context.cpp:951
↓ 1 callers
Function
stashObject
()
installed-tests/js/testGObjectClass.js:1571
↓ 1 callers
Method
stop_draining_job_queue
gjs/context.cpp:953
↓ 1 callers
Function
storeSuite
(result)
installed-tests/js/jasmine.js:2270
↓ 1 callers
Function
strip_uri_scheme
This function will strip a URI scheme and return the string with the URI scheme stripped or nullptr if the path was not a valid URI
gjs/coverage.cpp:109
↓ 1 callers
Function
strndupv
gjs/console.cpp:75
↓ 1 callers
Method
suiteDone
(result)
installed-tests/js/minijasmine.js:54
↓ 1 callers
Method
synchronouslyAlwaysThrowExceptionAsync
()
installed-tests/js/testGDBus.js:160
↓ 1 callers
Method
table
* The **`console.table()`** static method displays tabular data as a table. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/c
types/gjs.d.ts:100
↓ 1 callers
Function
target_annotation
(graph, target)
tools/heapgraph.py:664
↓ 1 callers
Function
target_edge
(graph, target)
tools/heapgraph.py:602
↓ 1 callers
Function
target_func
(graph, target)
tools/heapgraph.py:615
↓ 1 callers
Function
target_gobject
(graph, target)
tools/heapgraph.py:629
↓ 1 callers
Function
target_string
(graph, target)
tools/heapgraph.py:640
↓ 1 callers
Function
target_type
(graph, target)
tools/heapgraph.py:653
↓ 1 callers
Function
tearDown
()
modules/script/jsUnit.js:188
↓ 1 callers
Method
testChildrenExist
()
installed-tests/js/testGtk3.js:59
↓ 1 callers
Function
textdomain
(dom)
modules/core/_gettext.js:30
↓ 1 callers
Function
timeout_seconds_source
(timeout, handler, priority)
modules/script/mainloop.js:55
↓ 1 callers
Function
timeout_source
(timeout, handler, priority)
modules/script/mainloop.js:47
↓ 1 callers
Function
toGBytes
* @param {Uint8Array} array the Uint8Array to convert to GLib.Bytes * @returns {GLib.Bytes}
modules/script/byteArray.js:27
↓ 1 callers
Function
toVLQSigned
* Converts from a two-complement value to a value where the sign bit is * placed in the least significant bit. For example, as decimals: * 1 beco
modules/internal/source-map/base64-vlq.js:74
↓ 1 callers
Function
to_single_graph
(edges)
tools/heapgraph.py:314
↓ 1 callers
Method
to_string_impl
gi/function.cpp:1235
↓ 1 callers
Method
to_string_kind
* ObjectInstance::to_string_kind: * * ObjectInstance shows a "disposed" marker in its toString() method if the * wrapped GObject has already been d
gi/object.cpp:3365
↓ 1 callers
Function
trim
(str)
modules/script/jsUnit.js:269
↓ 1 callers
Function
trimAsciiWhitespace
modules/esm/_encoding/util.js:13
↓ 1 callers
Function
truncate
(s, maxlen)
installed-tests/js/jasmine.js:6816
↓ 1 callers
Function
tryParseFrames
(lines)
installed-tests/js/jasmine.js:8366
↓ 1 callers
Function
type_can_be_allocated_directly
gi/gi-utils.cpp:18
↓ 1 callers
Method
type_name
gi/wrapperutils.h:256
↓ 1 callers
Function
type_tag_is_scalar
gi/arg-cache.cpp:3661
↓ 1 callers
Method
uncancel
* Source::uncancel: * * Reset the cancellable and prevent the source from stopping, overriding a * previous cancel() call. Called by Pr
gjs/promise.cpp:138
↓ 1 callers
Method
unref_function_pointer
gi/info.h:1518
↓ 1 callers
Method
unref_vfuncs
gi/object.h:287
↓ 1 callers
Method
unregister_notifier
gjs/context.cpp:409
↓ 1 callers
Method
unregister_unhandled_promise_rejection
gjs/context.cpp:1172
↓ 1 callers
Method
update_after_gc
gi/object.h:364
↓ 1 callers
Function
uses_signed_type
gi/gi-utils.h:24
↓ 1 callers
Function
value_to_interface_gi_argument_internal
gi/arg.cpp:1191
↓ 1 callers
Method
weak_pointer_was_finalized
gi/object.cpp:2468
↓ 1 callers
Function
willBeCaught
modules/script/_bootstrap/debugger.js:1040
↓ 1 callers
Function
wrapAsyncCompare
(name, matcherFactory)
installed-tests/js/jasmine.js:3645
↓ 1 callers
Function
wrapSyncCompare
(name, matcherFactory)
installed-tests/js/jasmine.js:3638
↓ 1 callers
Function
wrapper
(...args)
modules/script/_legacy.js:80
↓ 1 callers
Method
write
gi/info.h:1205
↓ 1 callers
Function
write_source_file_header
gjs/coverage.cpp:76
↓ 1 callers
Function
write_to_stream
util/log.cpp:173
↓ 1 callers
Method
zero_args_constructor_info
gi/boxed.h:115
↓ 1 callers
Method
~GjsContextPrivate
gjs/context.cpp:479
Method
'kebab-name'
()
installed-tests/js/testGObjectClass.js:1356
← previous
next →
1,301–1,400 of 3,360, ranked by callers