MCPcopy Create free account

hub / github.com/JohannaWeb/Aurora / functions

Functions1,438 in github.com/JohannaWeb/Aurora

↓ 4 callersFunctiontrack_fragment_children
( scope: &mut v8::PinScope<'_, '_>, registry: &Rc<NodeRegistry>, document: &NodePtr, children:
src/js_v8/node_create.rs:847
↓ 4 callersFunctionval
(c: u8)
src/js_v8/runtime.rs:1819
↓ 3 callersFunctionaccepts
(n)
src/js_polyfills/v8_post.js:89
↓ 3 callersMethodappend_child
(&self, parent: &NodePtr, child: NodePtr)
src/html/parser.rs:64
↓ 3 callersMethodas_element
(&self)
src/stylo_bridge/impls.rs:125
↓ 3 callersMethodblend_pixel
(&mut self, px: u32, py: u32, color: Rgba, opacity: f32)
src/render/image_backend.rs:30
↓ 3 callersFunctionbuild_ancestor_chain
(root: &NodePtr, target: &NodePtr)
src/js_v8/selectors/query.rs:238
↓ 3 callersFunctioncamelCaseId
(id)
src/js_polyfills/custom_elements.js:556
↓ 3 callersFunctionceOwnStamp
(el)
src/js_polyfills/custom_elements.js:165
↓ 3 callersFunctionconnectUpgraded
(el, name, connect)
src/js_polyfills/custom_elements.js:2018
↓ 3 callersMethodcreate_element
( &self, name: QualName, attrs: Vec<Attribute>, _flags: ElementFlags, )
src/html/parser.rs:142
↓ 3 callersFunctioncreate_runtime
Dependency-injection seam: every place that needs a JS runtime asks this factory instead of naming the concrete runtime type.
src/js_engine.rs:40
↓ 3 callersFunctioncssEscapeId
(id)
src/js_polyfills/custom_elements.js:562
↓ 3 callersFunctiondefineFallback
(name, fn)
src/js_polyfills/custom_elements.js:24
↓ 3 callersMethoddeliver_mutation_records
(&mut self)
src/js_v8/runtime.rs:1981
↓ 3 callersFunctionelement_children
(node: &NodePtr)
src/js_v8/tree/mutation.rs:682
↓ 3 callersFunctioneval_factor
factor = '(' expr ')' | min/max/clamp/calc | length | number
src/css/calc.rs:111
↓ 3 callersMethodeval_to_string
(&mut self, source: &str)
src/js_v8/runtime.rs:1002
↓ 3 callersFunctionfetch_html
(url: &str, identity: &Identity)
src/fetch/api.rs:6
↓ 3 callersFunctionfetch_response_with_method
Fetch a URL without converting HTTP error statuses into transport errors. Request headers are restricted to names JavaScript is allowed to control; tr
src/fetch/http.rs:134
↓ 3 callersMethodfinish
(self)
src/html/parser.rs:120
↓ 3 callersMethodfinish_paint_attempt
(&mut self, context: &'static str, painted: bool)
src/blitz_document.rs:1314
↓ 3 callersMethodflex_direction
(&self)
src/css/style_map.rs:38
↓ 3 callersMethodflex_wrap
(&self)
src/css/style_map.rs:64
↓ 3 callersFunctionfnv1a
(s: &str)
src/css/selectors_impl.rs:70
↓ 3 callersMethodfont_size_resolved
(&self, parent_font_size: f32, root_font_size: f32)
src/css/style_map_resolve.rs:93
↓ 3 callersFunctionget_glyph_metrics
(ch: char)
src/font/metrics.rs:3
↓ 3 callersMethodhas_render_mapping
(&self, node: &NodePtr)
src/js_v8/registry.rs:147
↓ 3 callersFunctioninsert_nodes_at_position
( scope: &mut v8::PinScope<'_, '_>, node_data: &NodeData, position: &str, nodes: Vec<NodePtr>,
src/js_v8/node_create.rs:2343
↓ 3 callersFunctioninsert_relative_to_self
( scope: &mut v8::PinScope<'_, '_>, args: v8::FunctionCallbackArguments, after: bool, )
src/js_v8/node_create.rs:2281
↓ 3 callersFunctioninstallBindingHooks
(el)
src/js_polyfills/custom_elements.js:1813
↓ 3 callersFunctioninstall_method
( scope: &mut v8::PinScope<'_, '_>, obj: v8::Local<v8::Object>, name: &str, callback: impl v8:
src/js_v8/mutation_observer.rs:137
↓ 3 callersMethodis_image
(&self)
src/layout/box.rs:138
↓ 3 callersFunctionjustify_start_and_spacing
( justify: JustifyContent, origin: f32, free_space: f32, gap: f32, item_count: usize, )
src/layout/flex/spacing.rs:3
↓ 3 callersMethodlayout_metrics
Blitz/Stylo border-box geometry for `node`, if a render document is attached and the node is laid out. Backs the JS layout accessors.
src/js_v8/registry.rs:347
↓ 3 callersFunctionlength_percentage
(value: Option<&str>)
src/layout/taffy_adapter.rs:245
↓ 3 callersFunctionlogicalRootForHost
(host)
src/js_polyfills/custom_elements.js:281
↓ 3 callersFunctionmakeAbortError
(message, name)
src/js_polyfills/v8_base.js:721
↓ 3 callersFunctionnearest_shadow_root
(node: &NodePtr)
src/blitz_document.rs:1591
↓ 3 callersMethodnext_deadline
(&self)
src/js_v8/runtime.rs:2032
↓ 3 callersFunctionnodes_to_array
( scope: &mut v8::PinScope<'s, '_>, nodes: Vec<NodePtr>, node_data: &NodeData, )
src/js_v8/node_create.rs:1966
↓ 3 callersFunctionnormalizeUrlPath
(path)
src/js_polyfills/v8_base.js:467
↓ 3 callersFunctionobserver_id_of
( scope: &mut v8::PinScope<'_, '_>, args: &v8::FunctionCallbackArguments, )
src/js_v8/mutation_observer.rs:155
↓ 3 callersFunctionopen
(input: WindowInput)
src/window/open.rs:6
↓ 3 callersMethodpack
Pack a glyph of given size into atlas, returning position if it fits.
src/atlas/packer.rs:28
↓ 3 callersMethodpaint_failure_result
(&self, context: &'static str)
src/blitz_document.rs:1334
↓ 3 callersMethodpaint_to_scene
(&mut self, scene: &mut Scene, width: u32, height: u32)
src/blitz_document.rs:1286
↓ 3 callersFunctionparse_color_str
(s: &str)
src/render/headless.rs:173
↓ 3 callersFunctionparse_metric
(line: &str, marker: &str)
src/layout/tests/core.rs:114
↓ 3 callersFunctionparse_screenshot_color
(color_str: &str)
src/window/screenshot/color.rs:3
↓ 3 callersFunctionparse_selectors
(selector: &str)
src/js_v8/selectors/query.rs:211
↓ 3 callersFunctionparse_style_text
(css: &str)
src/css/inline_style.rs:3
↓ 3 callersMethodperform_style_and_layout
(&mut self)
src/js_v8/runtime.rs:1927
↓ 3 callersFunctionquery_all
(root: &NodePtr, selector: &str, start_node: &NodePtr)
src/js_v8/selectors/query.rs:36
↓ 3 callersFunctionquery_can_see
(start: &NodePtr, found: &NodePtr)
src/blitz_document.rs:1595
↓ 3 callersFunctionread_proto_callback
Read a lifecycle callback (`connectedCallback`, …) off a constructor's prototype, returning a global handle if it's a function.
src/js_v8/runtime.rs:1353
↓ 3 callersMethodreflow
(&mut self, width: u32, height: u32)
src/window/app.rs:43
↓ 3 callersMethodregister_glyph
( &mut self, ch: char, bitmap: &[u8], glyph_width: u32, glyph_height:
src/atlas/atlas.rs:32
↓ 3 callersFunctionremove_blitz_subtree_mapping
( node_id: usize, legacy_to_blitz: &mut BTreeMap<usize, usize>, blitz_to_legacy: &mut BTreeMap<usi
src/blitz_document.rs:1643
↓ 3 callersFunctionremove_subtree_mapping
( node: &NodePtr, legacy_to_blitz: &mut BTreeMap<usize, usize>, blitz_to_legacy: &mut BTreeMap<usi
src/blitz_document.rs:1630
↓ 3 callersFunctionrender_to_image
Render an HTML string to an RGBA image at the given viewport size. Used by visual regression tests.
src/render/headless.rs:31
↓ 3 callersFunctionresolveSignalValue
(value)
src/js_polyfills/custom_elements.js:1450
↓ 3 callersFunctionrun_event_loop_turn
Run one event-loop turn, invoking `run_phase` for each phase in canonical order. Returns the phases that reported doing work, in the order they ran, s
src/runner/event_loop.rs:64
↓ 3 callersMethodrun_js_quiet
(&mut self, source: &str)
src/js_v8/runtime.rs:1024
↓ 3 callersFunctionserialize_outer_html
(node: &NodePtr)
src/dom/serialize_html.rs:3
↓ 3 callersFunctionset_str
(scope: &mut v8::PinScope<'_, '_>, obj: v8::Local<v8::Object>, key: &str, value: &str)
src/js_v8/mutation_observer.rs:448
↓ 3 callersFunctionshadyCssDebugEnabled
()
src/js_polyfills/custom_elements.js:761
↓ 3 callersFunctionshimDomModuleStyles
(id, tpl)
src/js_polyfills/custom_elements.js:890
↓ 3 callersFunctionsnapshots_dir
()
tests/visual_regression.rs:14
↓ 3 callersFunctionsplit_args
Split a comma-separated argument list respecting paren depth.
src/css/calc.rs:170
↓ 3 callersFunctionstyle_to_taffy_with_viewport
(styles: &StyleMap, viewport: ViewportSize)
src/layout/taffy_adapter.rs:24
↓ 3 callersMethodsync_blitz_snapshot
(&mut self, content_w: u32, content_h: u32)
src/window/input.rs:143
↓ 3 callersFunctionsync_removed_node_from_render_document
(registry: &Rc<NodeRegistry>, node: &NodePtr)
src/js_v8/tree/mutation.rs:367
↓ 3 callersFunctiontest_identity
()
src/js_v8/tree/mutation.rs:673
↓ 3 callersFunctiontext_box
(rendered: &str, label: &str)
src/layout/tests/core.rs:99
↓ 3 callersFunctionupdateSearchParams
()
src/js_polyfills/v8_base.js:637
↓ 3 callersFunctionwalk
(node, depth)
src/js_polyfills/custom_elements.js:2366
↓ 2 callersMethodadd_event_listener
( &self, node_id: u32, event_type: String, callback: v8::Global<v8::Function>,
src/js_v8/registry.rs:69
↓ 2 callersFunctionadd_timer
( scope: &mut v8::PinScope<'_, '_>, args: v8::FunctionCallbackArguments, retval: &mut v8::ReturnVa
src/js_v8/runtime.rs:1080
↓ 2 callersFunctionadoptRootToHost
(root, host, via)
src/js_polyfills/custom_elements.js:307
↓ 2 callersFunctionadvance_width
(font: &ab_glyph::FontRef<'static>, glyph_id: ab_glyph::GlyphId)
src/font/atlas_builder.rs:74
↓ 2 callersMethodalign_items
(&self)
src/css/style_map.rs:55
↓ 2 callersMethodappend_node_or_text
(&self, parent: &NodePtr, child: NodeOrText<HtmlHandle>)
src/html/parser.rs:107
↓ 2 callersFunctionappend_or_merge_text
(children: &mut Vec<NodePtr>, child: NodePtr)
src/html/parser.rs:279
↓ 2 callersMethodappend_shadow_child
(&self, shadow_root: &NodePtr, child: &NodePtr)
src/dom/shadow.rs:147
↓ 2 callersFunctionapplyStampedBindings
(el, bindings)
src/js_polyfills/custom_elements.js:1794
↓ 2 callersFunctionapply_polymer_bindings
Sweep the rendered tree to install binding hooks on renderers that Polymer stamped natively (bypassing our upgrade pipeline). Without this, their `[[…
src/runner/pipeline.rs:312
↓ 2 callersMethodas_element_mut
(&mut self)
src/dom/node.rs:173
↓ 2 callersFunctionassert_snapshot_named
(fixture_name: &str, snapshot_name: &str, width: u32, height: u32)
tests/visual_regression.rs:34
↓ 2 callersFunctionattr
(name: &str, value: &str)
src/blitz_document.rs:1843
↓ 2 callersFunctionattr_entries
(node_data: &NodeData)
src/js_v8/node_create.rs:1432
↓ 2 callersFunctionblitz_attrs_to_map
(element: &blitz_dom::ElementData)
src/blitz_document.rs:1604
↓ 2 callersMethodblitz_is_descendant_or_self
(&self, mut node_id: usize, ancestor_id: usize)
src/blitz_document.rs:793
↓ 2 callersMethodbottom
(&self)
src/render/commands.rs:79
↓ 2 callersFunctionbounding_rect_object
Build a DOMRect-shaped object from the node's Blitz/Stylo layout (Phase 8.2). Falls back to an all-zero rect when the node isn't laid out (no render d
src/js_v8/node_create.rs:2083
↓ 2 callersFunctionbox_max_dimension
( value: Option<&str>, styles: &StyleMap, viewport: ViewportSize, font_size: f32, horizont
src/layout/taffy_adapter.rs:175
↓ 2 callersFunctionbuild_node_array
( scope: &mut v8::PinScope<'s, '_>, registry: &Rc<NodeRegistry>, ids: &[u32], document: &Optio
src/js_v8/mutation_observer.rs:469
↓ 2 callersFunctionbuild_records_array
( scope: &mut v8::PinScope<'s, '_>, registry: &Rc<NodeRegistry>, records: &[MutationRecordData], )
src/js_v8/mutation_observer.rs:389
↓ 2 callersFunctionbuild_storage_object
( scope: &mut v8::PinScope<'s, '_>, backing: Rc<RefCell<std::collections::BTreeMap<String, String>>>,
src/js_v8/runtime.rs:1670
↓ 2 callersFunctionceWant
(name)
src/js_polyfills/custom_elements.js:123
← previousnext →201–300 of 1,438, ranked by callers