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