268 matches across 1 files for func main path:packages/react-dom-bindings/src/client/ReactFiberConfigDOM.js lang:JavaScript
snippet_mode: grep · sorted by relevance
packages/react-dom-bindings/src/client/ReactFiberConfigDOM.js JAVASCRIPT 268 matches · showing 5 view file →
304export * from 'react-reconciler/src/ReactFiberConfigWithNoPersistence';
305
306function getOwnerDocumentFromRootContainer(
307 rootContainerElement: Element | Document | DocumentFragment,
308): Document {
· · ·
312}
313
314export function getRootHostContext(
315 rootContainerInstance: Container,
316): HostContext {
· · ·
367}
368
369function getOwnHostContext(namespaceURI: string): HostContextNamespace {
370 switch (namespaceURI) {
371 case SVG_NAMESPACE:
· · ·
378}
379
380function getChildHostContextProd(
381 parentNamespace: HostContextNamespace,
382 type: string,
· · ·
401}
402
403export function getChildHostContext(
404 parentHostContext: HostContext,
405 type: string,
+ 263 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.