13,684 matches across 25 files for func main
snippet_mode: summary · sorted by relevance
+ 355 more matches in this file
21▶import type {FunctionComponentUpdateQueue} from './ReactFiberHooks';
+ 204 more matches in this file
82▶ clientRenderBoundary as clientRenderFunction,
+ 268 more matches in this file
+ 153 more matches in this file
184▶ disableLegacyContextForFunctionComponents,
+ 193 more matches in this file
306▶function getOwnerDocumentFromRootContainer(
+ 267 more matches in this file
19▶ ReactFunctionLocation,
+ 203 more matches in this file
+ 102 more matches in this file
66▶ ReactFunctionLocation,
+ 271 more matches in this file
+ 36 more matches in this file
17▶import {ExternalFunction, ReactFunctionType} from '../HIR/Environment';
+ 175 more matches in this file
6▶//! Main entrypoint for the React Compiler.
+ 377 more matches in this file
31▶import type {FunctionComponentUpdateQueue} from './ReactFiberHooks';
+ 121 more matches in this file
109▶ isInvalidExecutionContextForEventFunction,
+ 189 more matches in this file
45▶ typeof console.timeStamp === 'function' &&
+ 39 more matches in this file
14▶use crate::object_shape::FunctionSignature;
+ 59 more matches in this file
169▶function log(message: string): void {
+ 72 more matches in this file
125▶// This function is used for the experimental timeline (react-devtools-timeline)
+ 75 more matches in this file
69▶// Incrementing id counter. Used to maintain insertion order.
+ 39 more matches in this file
27▶export function* eachInstructionLValue(
+ 28 more matches in this file
29▶function isHookName(s: string): boolean {
+ 94 more matches in this file
+ 281 more matches in this file
62▶ typeof performance === 'object' && typeof performance.now === 'function';
+ 33 more matches in this file
116▶export function ensureRootIsScheduled(root: FiberRoot): void {
+ 26 more matches in this file
22▶ BasicBlock, BlockId, DeclarationId, DependencyPathEntry, EvaluationOrder, FunctionId,
+ 152 more matches in this file
Search syntax
auth login | both terms (AND is implicit) |
auth OR login | either term |
NOT path:vendor | exclude matches |
"exact phrase" | quoted exact match |
/func\s+Test/ | regex |
handler~1 | fuzzy (Levenshtein 1) |
file:*_test.go | filename glob |
path:pkg/auth/** | full path glob |
lang:go | language filter |