MCPcopy Create free account

hub / github.com/devsnek/slither / functions

Functions582 in github.com/devsnek/slither

↓ 3 callersFunctioninsert
( timers: &mut MutexGuard<LinkedList<TimerList>>, duration: u64, timer: SetReadiness, repeat:
src/builtins/timers.rs:98
↓ 3 callersMethodkeys
(&self)
src/value.rs:498
↓ 3 callersMethodload_f64
(&mut self, n: f64)
src/interpreter/assembler.rs:1245
↓ 3 callersMethodnext
Gets the next element in the list.
src/linked_list.rs:429
↓ 3 callersMethodparse_assignment_expression
(&mut self)
src/parser.rs:1433
↓ 3 callersMethodparse_left_hand_side_expression
(&mut self, calls: bool)
src/parser.rs:1567
↓ 3 callersFunctionperform_await
(agent: &Agent, ctx: Value, value: Value)
src/intrinsics/perform_await.rs:73
↓ 3 callersMethodprecedence
(&self)
src/parser.rs:109
↓ 3 callersMethodrooted
(&self)
rust-gc/gc/src/lib.rs:98
↓ 3 callersMethodrun_jobs
(&self)
src/agent.rs:264
↓ 3 callersMethodset_root
(&self)
rust-gc/gc/src/lib.rs:102
↓ 3 callersMethodto_bool
(&self)
src/value.rs:790
↓ 3 callersMethodto_iterator
(&self, agent: &Agent)
src/value.rs:948
↓ 3 callersMethodto_object
(&self, agent: &Agent)
src/value.rs:910
↓ 3 callersMethodto_object_key
(&self, agent: &Agent)
src/value.rs:939
↓ 3 callersMethodvisit_identifier
(&mut self, name: &str)
src/interpreter/assembler.rs:311
↓ 3 callersMethodvisit_unit
(self)
src/builtins/json.rs:161
↓ 2 callersMethodbuild_class
(&mut self, name: &str, extends_o: &Option<Box<Node>>, fields: &[Node])
src/interpreter/assembler.rs:879
↓ 2 callersFunctionclear_root_bit
Returns the given pointer with its root bit cleared.
rust-gc/gc/src/lib.rs:90
↓ 2 callersFunctioncollect_garbage
Collects garbage.
rust-gc/gc/src/gc.rs:154
↓ 2 callersMethodcombine
(&self, other: &Span)
src/parser.rs:219
↓ 2 callersFunctionconstant_fold
(op: Operator, left: &Node, right: &Node)
src/parser.rs:813
↓ 2 callersFunctioncreate
(agent: &Agent)
src/builtins/fs.rs:498
↓ 2 callersFunctioncreate_client
(agent: &Agent, stream: TcpStream)
src/builtins/net.rs:68
↓ 2 callersMethodcreate_import
(&mut self, name: &str, module: Gc<GcCell<Module>>)
src/interpreter/mod.rs:199
↓ 2 callersFunctioncreate_resolving_functions
(agent: &Agent, promise: &Value)
src/intrinsics/promise.rs:86
↓ 2 callersFunctiondisassemble
(code: &str)
src/lib.rs:71
↓ 2 callersFunctiondiscard
(b: &mut test::Bencher, n: usize)
rust-gc/gc/benches/alloc_in_a_loop.rs:8
↓ 2 callersFunctionevaluate_body
( agent: &Agent, ctx: Gc<GcCell<Context>>, position: usize, kind: FunctionKind, args: Vec<
src/value.rs:1096
↓ 2 callersFunctionf64_bnot
(a: f64)
src/num_util.rs:21
↓ 2 callersFunctioninsert_head
Inserts `v[0]` into pre-sorted sequence `v[1..]` so that whole `v[..]` becomes sorted. This is the integral subroutine of insertion sort.
src/sort.rs:44
↓ 2 callersFunctioninspect
( agent: &Agent, value: &Value, indent: usize, inspected: &mut HashSet<*const IndexMap<ObjectK
src/value.rs:1297
↓ 2 callersMethodinto_iter
(self)
src/linked_list.rs:863
↓ 2 callersMethodjump_if_not_empty
(&mut self, label: &mut Label)
src/interpreter/assembler.rs:1192
↓ 2 callersMethodjump_if_true
(&mut self, label: &mut Label)
src/interpreter/assembler.rs:1182
↓ 2 callersFunctionkeep
(b: &mut test::Bencher, n: usize)
rust-gc/gc/benches/alloc_in_a_loop.rs:16
↓ 2 callersMethodload_computed_property
(&mut self, obj: &Register)
src/interpreter/assembler.rs:1275
↓ 2 callersFunctionmark
(head: &mut Option<NonNull<GcBox<dyn Trace>>>)
rust-gc/gc/src/gc.rs:159
↓ 2 callersFunctionmerge_sort
This merge sort borrows some (but not all) ideas from TimSort, which is described in detail [here](http://svn.python.org/projects/python/trunk/Objects
src/sort.rs:243
↓ 2 callersFunctionmin
(args: Args)
src/builtins/math.rs:5
↓ 2 callersMethodoverwrite_binding
(&mut self, name: &str)
src/interpreter/assembler.rs:1299
↓ 2 callersMethodparse
(code: &'a str)
src/parser.rs:956
↓ 2 callersMethodparse_arrow_function
( &mut self, kind: FunctionKind, mut args: Vec<Node>, start: Position, )
src/parser.rs:2101
↓ 2 callersMethodparse_class
(&mut self, expression: bool)
src/parser.rs:2058
↓ 2 callersMethodparse_if_expression
(&mut self, start: Position)
src/parser.rs:1940
↓ 2 callersMethodparse_lexical_declaration
(&mut self)
src/parser.rs:1132
↓ 2 callersMethodparse_parameters
(&mut self)
src/parser.rs:2191
↓ 2 callersMethodprev
Gets the previous element in the list.
src/linked_list.rs:467
↓ 2 callersMethodpush_front
Appends the given element to the front of the list.
src/linked_list.rs:178
↓ 2 callersFunctionref_eq
(thing: &T, other: &T)
src/value.rs:1156
↓ 2 callersFunctionreject_promise
(agent: &Agent, promise: Value, reason: Value)
src/intrinsics/promise.rs:69
↓ 2 callersMethodresolve
(&self, specifier: &str, referrer: &str)
src/agent.rs:231
↓ 2 callersMethodroot_inner
Increases the root count on this `GcBox`. Roots prevent the `GcBox` from being destroyed by the garbage collector.
rust-gc/gc/src/gc.rs:133
↓ 2 callersMethodserialize_bytes
(self, v: &[u8])
src/serde.rs:112
↓ 2 callersMethodserialize_map
(self, len: Option<usize>)
src/serde.rs:197
↓ 2 callersMethodserialize_tuple
(self, len: usize)
src/serde.rs:174
↓ 2 callersMethodserialize_unit
(self)
src/serde.rs:127
↓ 2 callersMethodset_rooted
(self, rooted: bool)
rust-gc/gc/src/lib.rs:427
↓ 2 callersMethodsize_hint
(&self)
src/linked_list.rs:696
↓ 2 callersMethodsplit
Splits the list into two at the cursor's current position. This will return a new list consisting of everything after the cursor, with the original li
src/linked_list.rs:564
↓ 2 callersMethodstore_computed_property
(&mut self, obj: &Register, key: &Register)
src/interpreter/assembler.rs:1280
↓ 2 callersMethodtrace
(&self)
rust-gc/gc/tests/trace_impl.rs:16
↓ 2 callersMethodtrace_inner
Marks this `GcBox` and marks through its data.
rust-gc/gc/src/gc.rs:123
↓ 2 callersFunctiontrigger_promise_reactions
( agent: &Agent, reactions: Value, argument: Value, )
src/intrinsics/promise.rs:4
↓ 2 callersMethoduncaught_exception
(&self, e: Value)
src/agent.rs:317
↓ 2 callersMethodunroot
(&self)
rust-gc/gc/src/lib.rs:219
↓ 2 callersMethodunroot_inner
Decreases the root count on this `GcBox`. Roots prevent the `GcBox` from being destroyed by the garbage collector.
rust-gc/gc/src/gc.rs:143
↓ 2 callersFunctionuse_trait_gc
(x: Gc<Foo>)
rust-gc/gc/tests/gc_semantics.rs:263
↓ 2 callersMethodvalue
Returns a reference to the `GcBox`'s value.
rust-gc/gc/src/gc.rs:148
↓ 2 callersMethodvisit_call
(&mut self, callee_node: &Node, args: &[Node], opt: bool, tail: bool)
src/interpreter/assembler.rs:678
↓ 2 callersMethodvisit_null
(&mut self)
src/interpreter/assembler.rs:185
↓ 2 callersFunctionwrite
(args: Args)
src/intrinsics/net_client_prototype.rs:31
↓ 1 callersMethodadd_reading
(self)
rust-gc/gc/src/lib.rs:406
↓ 1 callersMethodbuild_binary
(&self, op: Operator, left: Node, right: Node, span: Span)
src/parser.rs:1019
↓ 1 callersFunctionbuiltin_sort
(agent: &Agent, a: &Value, b: &Value)
src/intrinsics/array_prototype.rs:22
↓ 1 callersMethodclear
(&mut self)
src/linked_list.rs:352
↓ 1 callersMethodclear_root
(&self)
rust-gc/gc/src/lib.rs:108
↓ 1 callersMethodcmp
(&self, other: &ObjectKey)
src/value.rs:193
↓ 1 callersFunctioncollapse
(runs: &[Run])
src/sort.rs:354
↓ 1 callersMethodconstruct
( &self, agent: &Agent, args: Vec<Value>, new_target: Value, )
src/value.rs:1018
↓ 1 callersFunctioncreate_array_iterator_prototype
(agent: &Agent)
src/intrinsics/array_iterator_prototype.rs:38
↓ 1 callersFunctioncreate_array_prototype
(agent: &Agent)
src/intrinsics/array_prototype.rs:68
↓ 1 callersFunctioncreate_async_iterator_prototype
(agent: &Agent)
src/intrinsics/async_iterator_prototype.rs:8
↓ 1 callersFunctioncreate_boolean_prototype
(agent: &Agent)
src/intrinsics/boolean_prototype.rs:14
↓ 1 callersFunctioncreate_error_prototype
(agent: &Agent)
src/intrinsics/error_prototype.rs:20
↓ 1 callersFunctioncreate_function_prototype
(agent: &mut Agent)
src/intrinsics/function_prototype.rs:11
↓ 1 callersFunctioncreate_generator_prototype
(agent: &Agent)
src/intrinsics/generator_prototype.rs:56
↓ 1 callersFunctioncreate_iterator_map_prototype
(agent: &Agent)
src/intrinsics/iterator_map_prototype.rs:24
↓ 1 callersFunctioncreate_iterator_prototype
(agent: &Agent)
src/intrinsics/iterator_prototype.rs:39
↓ 1 callersFunctioncreate_net_client_prototype
(agent: &Agent)
src/intrinsics/net_client_prototype.rs:89
↓ 1 callersFunctioncreate_net_server_prototype
(agent: &Agent)
src/intrinsics/net_server_prototype.rs:43
↓ 1 callersFunctioncreate_number_prototype
(agent: &Agent)
src/intrinsics/number_prototype.rs:15
↓ 1 callersFunctioncreate_object_prototype
()
src/intrinsics/object_prototype.rs:3
↓ 1 callersFunctioncreate_promise
(agent: &Agent)
src/intrinsics/promise.rs:228
↓ 1 callersFunctioncreate_promise_prototype
(agent: &Agent)
src/intrinsics/promise_prototype.rs:152
↓ 1 callersFunctioncreate_regex_prototype
(agent: &Agent)
src/intrinsics/regex_prototype.rs:62
↓ 1 callersFunctioncreate_string_prototype
(agent: &Agent)
src/intrinsics/string_prototype.rs:65
↓ 1 callersFunctioncreate_symbol
(agent: &Agent)
src/intrinsics/symbol.rs:22
↓ 1 callersFunctioncreate_symbol_prototype
(object_prototype: Value)
src/intrinsics/symbol_prototype.rs:3
↓ 1 callersFunctioncreate_timer_iterator_prototype
(agent: &Agent)
src/intrinsics/timer_iterator_prototype.rs:43
← previousnext →101–200 of 582, ranked by callers