MCPcopy Create free account

hub / github.com/JohannaWeb/Aurora / functions

Functions1,438 in github.com/JohannaWeb/Aurora

↓ 280 callersMethodget
(&self, name: &str)
src/css/style_map.rs:97
↓ 272 callersMethodset
(&mut self, name: impl Into<String>, value: impl Into<String>)
src/css/style_map.rs:101
↓ 178 callersMethodborrow
(&self)
src/css/selectors_impl.rs:53
↓ 92 callersFunctionv8_str
(scope: &v8::PinScope<'s, '_, ()>, s: &str)
src/js_v8/runtime.rs:1045
↓ 84 callersFunctionv8_str
(scope: &v8::PinScope<'s, '_, ()>, s: &str)
src/js_v8/node_create.rs:687
↓ 83 callersMethodis_empty
(&self)
src/css/style_map.rs:17
↓ 72 callersFunctionnode_data_from
Recover the `&NodeData` a per-node method callback was installed with.
src/js_v8/node_create.rs:711
↓ 68 callersMethodlen
(&self)
src/js_v8/custom_elements.rs:80
↓ 57 callersMethodparse_document
(&mut self)
src/html/parser.rs:23
↓ 50 callersMethodhorizontal
(&self)
src/css/properties.rs:19
↓ 50 callersMethodstyles
(&self)
src/layout/box.rs:92
↓ 44 callersMethodexecute
(&mut self, script: &str)
src/js_v8/runtime.rs:1888
↓ 44 callersFunctiontrace
(msg)
src/js_polyfills/custom_elements.js:90
↓ 42 callersFunctionblank_dom
()
src/js_v8/runtime_tests.rs:10
↓ 42 callersMethodget
(&self)
src/stylo_bridge/arena.rs:55
↓ 41 callersFunctionelement
(tag_name: &str, attrs: &[(&str, &str)])
src/css/tests.rs:12
↓ 41 callersFunctioninstall_method
( scope: &mut v8::PinScope<'s, '_>, template: v8::Local<v8::ObjectTemplate>, name: &str, callb
src/js_v8/node_create.rs:755
↓ 38 callersFunctionlegacy_node_key
(node: &NodePtr)
src/blitz_document.rs:1667
↓ 37 callersFunctionapply_dom_mutation
( registry: &Rc<NodeRegistry>, mutation: DomMutation<'_>, )
src/js_v8/tree/mutation.rs:76
↓ 34 callersMethodto_px
( self, available: f32, font_size: f32, root_font_size: f32, viewport_
src/css/length.rs:26
↓ 33 callersFunctioncreate_js_node
( scope: &mut v8::PinScope<'s, '_>, node: NodePtr, registry: &Rc<NodeRegistry>, document: &Nod
src/js_v8/node_create.rs:16
↓ 32 callersMethodbuild
()
src/font/atlas_builder.rs:10
↓ 31 callersMethodcontains
(&self, x: f32, y: f32)
src/layout/rect.rs:15
↓ 28 callersMethodblitz_node_id_for_dom
(&self, node: &NodePtr)
src/blitz_document.rs:309
↓ 28 callersMethodnode
(&self)
src/stylo_bridge/impls.rs:43
↓ 23 callersFunctionapply_if_missing
(styles: &mut StyleMap, property: &str, value: &Option<String>)
src/style/node.rs:186
↓ 21 callersMethodvertical
(&self)
src/css/properties.rs:23
↓ 20 callersMethodchildren
(&self)
src/layout/box.rs:96
↓ 20 callersFunctionreparent_subtree
Recursively (re)establish parent back-pointers for an entire subtree. Used to link a freshly parsed tree in one pass; mutation primitives maintain th
src/dom/node.rs:86
↓ 20 callersFunctionset_parent
Set `child`'s parent back-pointer to `parent` (no-op for non-element/text children).
src/dom/node.rs:28
↓ 19 callersMethodborder_width
(&self)
src/css/style_map.rs:126
↓ 19 callersFunctioninstall_readonly_accessor
( scope: &mut v8::PinScope<'s, '_>, template: v8::Local<v8::ObjectTemplate>, name: &str, gette
src/js_v8/node_create.rs:784
↓ 19 callersMethodmark_layout_dirty
(&self, _node: &NodePtr)
src/js_v8/registry.rs:464
↓ 19 callersMethodnext
(&mut self)
src/stylo_bridge/impls.rs:285
↓ 18 callersFunctioncatch_stylo_panic
(context: &str, f: impl FnOnce() -> T)
src/blitz_document.rs:1746
↓ 17 callersMethodelement
(&self)
src/stylo_bridge/impls.rs:45
↓ 17 callersMethodpadding
(&self)
src/layout/box.rs:67
↓ 17 callersMethodregister
(&self, node: NodePtr)
src/js_v8/registry.rs:390
↓ 17 callersMethodresolve
(&self, lv: LengthValue)
src/css/calc.rs:20
↓ 17 callersFunctiontraceError
(where, error)
src/js_polyfills/custom_elements.js:99
↓ 15 callersFunctionceLog
(phase, el, extra)
src/js_polyfills/custom_elements.js:182
↓ 15 callersFunctiondebugProbeName
(name)
src/js_polyfills/custom_elements.js:246
↓ 15 callersFunctionv8_str
(scope: &v8::PinScope<'s, '_, ()>, s: &str)
src/js_v8/mutation_observer.rs:46
↓ 14 callersFunctionparent_ptr
Read `node`'s stored parent, if it is an element/text with a live parent pointer.
src/dom/node.rs:46
↓ 14 callersFunctionparse_margin_value
(value: &str)
src/css/shorthand.rs:57
↓ 14 callersMethodtotal_width
(&self)
src/layout/box.rs:58
↓ 14 callersMethodvalidate_mirror_integrity
(&self)
src/blitz_document.rs:323
↓ 14 callersMethodwith
(&self, id: usize)
src/stylo_bridge/impls.rs:44
↓ 13 callersFunctionchild_nodes_of
(node: &NodePtr)
src/js_v8/node_create.rs:1958
↓ 13 callersMethodmargin
(&self)
src/css/style_map.rs:105
↓ 13 callersFunctionnode_from_js
( scope: &mut v8::PinScope<'_, '_>, val: v8::Local<v8::Value>, registry: &NodeRegistry, )
src/js_v8/node_create.rs:819
↓ 12 callersMethoddisplay_mode
(&self)
src/css/style_map.rs:21
↓ 12 callersMethodroot
(&self)
src/style/tree.rs:26
↓ 12 callersMethodtotal_height
(&self)
src/layout/box.rs:62
↓ 11 callersMethodattribute
(&self, name: &str)
src/style/node.rs:40
↓ 11 callersFunctioncall_global_hook
(scope: &mut v8::PinScope<'_, '_>, name: &str, arg: v8::Local<v8::Object>)
src/js_v8/node_create.rs:653
↓ 11 callersFunctiondocument_with_body_children
(children: Vec<NodePtr>)
src/blitz_document.rs:1863
↓ 11 callersMethodfinish_mirror_mutation
(&mut self, op: &MirrorOp, blitz_node: Option<usize>, updated: bool)
src/blitz_document.rs:649
↓ 11 callersFunctionis_shadow_root_node
(node: &NodePtr)
src/blitz_document.rs:1587
↓ 11 callersMethodrecord_mirror_failure
(&mut self, op: &MirrorOp, failure: MirrorMutationFailure)
src/blitz_document.rs:645
↓ 11 callersFunctionregistry
()
src/js_v8/tree/mutation.rs:669
↓ 11 callersFunctionschedule_sync_failure
(registry: &Rc<NodeRegistry>)
src/js_v8/tree/mutation.rs:80
↓ 11 callersMethodtag_name
(&self)
src/layout/box.rs:101
↓ 11 callersFunctiontest_identity
()
src/blitz_document.rs:1834
↓ 10 callersFunctioncompile_and_run
Compile and run a script, returning its completion value stringified.
src/js_v8/runtime.rs:1858
↓ 10 callersFunctionfire
(type)
src/js_polyfills/v8_post.js:423
↓ 10 callersMethodmark_style_dirty
(&self, node: &NodePtr)
src/js_v8/registry.rs:459
↓ 10 callersFunctionnode_type
(node: &NodePtr)
src/js_v8/node_create.rs:797
↓ 10 callersFunctionshouldTraceName
(name)
src/js_polyfills/custom_elements.js:93
↓ 9 callersFunctionbackend
()
src/dom/shadow.rs:296
↓ 9 callersFunctionexternal_data
Recover the `&T` that a callback's data External points at. Every callback's function/accessor template is built with an External over a leaked `Box<
src/js_v8/node_create.rs:704
↓ 9 callersMethodmerge
(&mut self, other: Stylesheet)
src/css/stylesheet.rs:24
↓ 8 callersFunctionceChain
(start)
src/js_polyfills/custom_elements.js:146
↓ 8 callersFunctionchild_nodes_for_blitz
(node: &NodePtr)
src/blitz_document.rs:1577
↓ 8 callersFunctionel
(tag_name: &str)
src/css/tests.rs:4
↓ 8 callersFunctionfind_parent_for_node
(node_data: &NodeData)
src/js_v8/node_create.rs:1162
↓ 8 callersMethodheight
(&self)
src/render/image_backend.rs:22
↓ 8 callersMethodlength_or
(&self, property: &str, fallback: f32)
src/css/style_map.rs:185
↓ 8 callersFunctionline_height_from_styles
(styles: &StyleMap)
src/layout/text_metrics.rs:16
↓ 8 callersMethodmark_blitz_snapshot_dirty
(&mut self, reason: SnapshotRebuildReason)
src/window/input.rs:131
↓ 8 callersFunctionmetric
(name, fallback)
src/js_polyfills/v8_post.js:292
↓ 8 callersMethodnearest_shadow_root
(&self, node: &NodePtr)
src/dom/shadow.rs:280
↓ 8 callersMethodrequest_redraw
(&self)
src/window/app_handler.rs:210
↓ 8 callersMethodtick
(&mut self, now: Instant)
src/js_v8/runtime.rs:1945
↓ 8 callersMethodwidth
(&self)
src/render/image_backend.rs:18
↓ 7 callersMethodattach_shadow
(&self, host: &NodePtr, _mode: &str)
src/dom/shadow.rs:106
↓ 7 callersMethodbox_sizing
(&self)
src/css/style_map.rs:90
↓ 7 callersFunctionclamp_content_height
( styles: &StyleMap, candidate_height: f32, viewport_height: f32, )
src/layout/constraints.rs:43
↓ 7 callersMethodclear
(&self)
src/stylo_bridge/arena.rs:54
↓ 7 callersFunctioncollect_by_tag
(node: &NodePtr, tag: &str, out: &mut Vec<NodePtr>)
src/js_v8/tree/traversal.rs:10
↓ 7 callersFunctionel_with
(tag_name: &str, attrs: &[(&str, &str)])
src/css/tests.rs:8
↓ 7 callersMethodfont_size_px
(&self)
src/css/style_map.rs:172
↓ 7 callersFunctioninstall_method
( scope: &mut v8::PinScope<'s, '_>, template: v8::Local<v8::ObjectTemplate>, name: &str, callb
src/js_v8/style_class/classlist.rs:49
↓ 7 callersFunctionnode_key
(node: &NodePtr)
src/html/parser.rs:275
↓ 7 callersMethodroot
(&self)
src/layout/tree.rs:68
↓ 7 callersMethodsave
(&self, path: &str)
src/render/image_backend.rs:26
↓ 7 callersFunctionscene_with_rect
()
src/window/app.rs:321
↓ 7 callersFunctiontryUpgrade
(el, connect)
src/js_polyfills/custom_elements.js:1863
↓ 6 callersFunctionattachDefinitionMetadata
(target, definition)
src/js_polyfills/custom_elements.js:1130
↓ 6 callersFunctionattr_qual_name_from_str
(name: &str)
src/blitz_document.rs:1683
next →1–100 of 1,438, ranked by callers