Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devsnek/slither
/ functions
Functions
582 in github.com/devsnek/slither
⨍
Functions
582
◇
Types & classes
92
Method
drop
(&mut self)
src/linked_list.rs:785
Method
drop
(&mut self)
src/interpreter/assembler.rs:42
Function
drop_triggers_finalize
()
rust-gc/gc/tests/finalize.rs:44
Method
empty
()
src/parser.rs:223
Method
end
(self)
src/serde.rs:247
Method
eq
(&self, other: &Self)
rust-gc/gc/src/lib.rs:281
Method
eq
(&self, other: &Self)
src/value.rs:62
Method
eq
(&self, other: &Self)
src/linked_list.rs:819
Function
error_constructor
`Error` global
src/agent.rs:109
Method
evaluate
(agent: &mut Agent, module: Gc<GcCell<Module>>)
src/module.rs:111
Function
exists
(args: Args)
src/builtins/fs.rs:396
Method
expecting
(&self, fmt: &mut std::fmt::Formatter)
src/builtins/json.rs:59
Method
f
(&self)
rust-gc/gc/tests/gc_semantics.rs:259
Function
f64_band
(a: f64, b: f64)
src/num_util.rs:17
Function
f64_bor
(a: f64, b: f64)
src/num_util.rs:9
Function
f64_bxor
(a: f64, b: f64)
src/num_util.rs:13
Function
f64_shl
(a: f64, b: f64)
src/num_util.rs:1
Function
f64_shr
(a: f64, b: f64)
src/num_util.rs:5
Method
finalize
(&self)
rust-gc/gc/src/trace.rs:11
Method
finalize
(&self)
rust-gc/gc/src/trace.rs:19
Method
finalize
(&self)
rust-gc/gc/tests/gc_semantics.rs:56
Method
finalize
(&self)
rust-gc/gc/tests/gymnastics_cycle.rs:19
Method
finalize
(&self)
rust-gc/gc/tests/finalize.rs:24
Method
finalize_glue
(&self)
rust-gc/gc/src/lib.rs:231
Method
finalize_glue
(&self)
rust-gc/gc/tests/trace_impl.rs:24
Method
finalize_glue
(&self)
rust-gc/gc/tests/gc_semantics.rs:87
Function
finalizer_safe
()
rust-gc/gc/src/gc.rs:55
Method
fmt
(&self, f: &mut fmt::Formatter)
rust-gc/gc/src/lib.rs:329
Method
fmt
(&self, fmt: &mut std::fmt::Formatter)
src/value.rs:98
Method
fmt
(&self, fmt: &mut std::fmt::Formatter)
src/serde.rs:7
Method
fmt
(&self, f: &mut fmt::Formatter)
src/linked_list.rs:840
Function
foreach
(args: Args)
src/intrinsics/iterator_prototype.rs:19
Method
from
(t: T)
rust-gc/gc/src/lib.rs:347
Method
from
(s: String)
src/value.rs:228
Method
from
(n: u8)
src/parser.rs:156
Method
from
(n: u8)
src/runtime.rs:73
Method
from_iter
(iter: I)
src/linked_list.rs:797
Method
from_raw
Constructs an `Gc` from a raw pointer. The raw pointer must have been previously returned by a call to a [`Gc::into_raw`][into_raw]. This function i
rust-gc/gc/src/lib.rs:180
Method
from_rust
(agent: &Agent, v: &T)
src/value.rs:764
Method
front
(&self)
src/linked_list.rs:235
Function
gccell_rooting
()
rust-gc/gc/tests/gc_semantics.rs:173
Method
ge
(&self, other: &Self)
rust-gc/gc/src/lib.rs:310
Function
get_async_iterator
(agent: &Agent, accumulator: &mut Value)
src/runtime.rs:38
Function
get_capabilities_executor
(args: Args)
src/intrinsics/promise.rs:169
Function
get_iterator
(agent: &Agent, accumulator: &mut Value)
src/runtime.rs:33
Function
get_metadata
(args: Args)
src/builtins/fs.rs:234
Method
gt
(&self, other: &Self)
rust-gc/gc/src/lib.rs:305
Function
handle
(agent: &Agent, _token: mio::Token, timer: &Timer)
src/builtins/timers.rs:69
Function
handle
(agent: &Agent, _token: Token, net: &mut Net)
src/builtins/net.rs:88
Method
has
(&self, key: ObjectKey)
src/value.rs:475
Method
hash
(&self, state: &mut H)
rust-gc/gc/src/lib.rs:323
Method
hash
(&self, state: &mut H)
src/value.rs:77
Method
hash
(&self, state: &mut H)
src/linked_list.rs:846
Function
i128
()
rust-gc/gc/tests/i128.rs:10
Method
index
(&self, idx: usize)
src/value.rs:39
Method
index
(&self, index: usize)
src/interpreter/mod.rs:330
Method
index_mut
(&mut self, index: usize)
src/interpreter/mod.rs:337
Method
inspect
(agent: &Agent, value: &Value)
src/value.rs:1091
Method
instantiate
(agent: &mut Agent, module: Gc<GcCell<Module>>)
src/module.rs:106
Method
into_inner
(self)
rust-gc/gc/src/lib.rs:454
Method
into_raw
(this: Self)
rust-gc/gc/src/lib.rs:144
Method
into_value
(&self, agent: &Agent)
src/parser.rs:324
Function
iterator
(args: Args)
src/intrinsics/async_iterator_prototype.rs:4
Function
iterator
(args: Args)
src/intrinsics/iterator_prototype.rs:4
Function
iterator
(args: Args)
src/intrinsics/array_prototype.rs:51
Function
iterator_done
(agent: &Agent, accumulator: &mut Value)
src/runtime.rs:48
Function
json_parse
(args: Args)
src/builtins/json.rs:281
Function
json_stringify
(args: Args)
src/builtins/json.rs:293
Function
keep_100
(b: &mut test::Bencher)
rust-gc/gc/benches/alloc_in_a_loop.rs:28
Function
keep_10000
(b: &mut test::Bencher)
rust-gc/gc/benches/alloc_in_a_loop.rs:36
Method
le
(&self, other: &Self)
rust-gc/gc/src/lib.rs:300
Function
listen
(args: Args)
src/builtins/net.rs:166
Method
lt
(&self, other: &Self)
rust-gc/gc/src/lib.rs:295
Function
main
()
build.rs:11
Function
main
()
src/bin.rs:5
Function
map
(args: Args)
src/intrinsics/iterator_prototype.rs:8
Function
match_
(args: Args)
src/intrinsics/regex_prototype.rs:4
Function
max
(args: Args)
src/builtins/math.rs:20
Function
move_
(args: Args)
src/builtins/fs.rs:310
Method
new
Constructs a new `Gc<T>` with the given value. # Collection This method could trigger a garbage collection. # Examples ``` use gc::Gc; let five =
rust-gc/gc/src/lib.rs:69
Method
new
()
rust-gc/gc/src/gc.rs:45
Method
new
(trace: i32, root: i32, unroot: i32, drop: i32, finalize: i32)
rust-gc/gc/tests/gc_semantics.rs:22
Method
new
(agent: &'a Agent)
src/serde.rs:36
Method
new
(filename: &str, source: &str, agent: &mut Agent)
src/module.rs:34
Method
new
()
src/agent.rs:117
Method
new
(scope: ParseScope)
src/parser.rs:188
Method
new
(elem: T)
src/linked_list.rs:37
Method
new
(parent: Option<Gc<GcCell<Scope>>>)
src/interpreter/mod.rs:172
Method
new
(id: u32)
src/interpreter/assembler.rs:12
Method
new
(d: D)
src/builtins/json.rs:30
Method
new
(instant: Instant, timer: SetReadiness, duration: u64, repeat: bool)
src/builtins/timers.rs:33
Method
new_array
(agent: &Agent)
src/value.rs:682
Method
new_array_from_vec
(agent: &Agent, values: Vec<Value>)
src/value.rs:690
Method
new_buffer_from_vec
(agent: &Agent, vec: Vec<u8>)
src/value.rs:712
Method
new_builtin_function
(agent: &Agent, f: BuiltinFunction, constructor: bool)
src/value.rs:745
Method
new_bytecode_function
( agent: &Agent, info: &AssemblerFunctionInfo, scope: Gc<GcCell<Scope>>, )
src/value.rs:728
Method
new_custom_object
(prototype: Value)
src/value.rs:661
Method
new_error
(agent: &Agent, message: &str)
src/value.rs:669
Method
new_iter_result
(agent: &Agent, value: Value, done: bool)
src/value.rs:757
Method
new_list
()
src/value.rs:720
← previous
next →
401–500 of 582, ranked by callers