258 matches across 1 files for func main path:packages/react-server/src/ReactFlightServer.js
snippet_mode: grep · sorted by relevance
packages/react-server/src/ReactFlightServer.js JAVASCRIPT 258 matches · showing 5 view file →
63 ReactStackTrace,
64 ReactCallSite,
65 ReactFunctionLocation,
66 ReactErrorInfo,
67 ReactErrorInfoDev,
· · ·
169const doNotLimit: WeakSet<Reference> = __DEV__ ? new WeakSet() : (null as any);
170
171function defaultFilterStackFrame(
172 filename: string,
173 functionName: string,
· · ·
173 functionName: string,
174): boolean {
175 return (
· · ·
180}
181
182function devirtualizeURL(url: string): string {
183 if (url.startsWith('about://React/')) {
184 // This callsite is a virtual fake callsite that came from another Flight client.
· · ·
195}
196
197function isPromiseCreationInternal(url: string, functionName: string): boolean {
198 // Various internals of the JS VM can create Promises but the call frame of the
199 // internals are not very interesting for our purposes so we need to skip those.
+ 253 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.