262 matches across 1 files for func main lang:JavaScript path:packages/react-dom-bindings/src/client/ReactFiberConfigDOM.js
snippet_mode: grep · sorted by relevance
packages/react-dom-bindings/src/client/ReactFiberConfigDOM.js JAVASCRIPT 262 matches · showing 5 view file →
297export * from 'react-reconciler/src/ReactFiberConfigWithNoPersistence';
298
299function getOwnerDocumentFromRootContainer(
300 rootContainerElement: Element | Document | DocumentFragment,
301): Document {
· · ·
305}
306
307export function getRootHostContext(
308 rootContainerInstance: Container,
309): HostContext {
· · ·
360}
361
362function getOwnHostContext(namespaceURI: string): HostContextNamespace {
363 switch (namespaceURI) {
364 case SVG_NAMESPACE:
· · ·
371}
372
373function getChildHostContextProd(
374 parentNamespace: HostContextNamespace,
375 type: string,
· · ·
394}
395
396export function getChildHostContext(
397 parentHostContext: HostContext,
398 type: string,
+ 257 more matches in this file
Search syntax
auth loginboth terms (AND is implicit)
auth OR logineither term
NOT path:vendorexclude matches
"exact phrase"quoted exact match
/func\s+Test/regex
handler~1fuzzy (Levenshtein 1)
file:*_test.gofilename glob
path:pkg/auth/**full path glob
lang:golanguage filter

Search any public repo from your terminal

This page calls POST /api/v1/code_search. Same tool, available over MCP for Claude/Cursor/Copilot.