196 matches across 1 files for func main path:packages/react-client/src/ReactFlightClient.js
snippet_mode: auto · sorted by relevance
packages/react-client/src/ReactFlightClient.js JAVASCRIPT 196 matches · showing 5 view file →
17 ReactIOInfo,
18 ReactStackTrace,
19 ReactFunctionLocation,
20 ReactErrorInfoDev,
21} from 'shared/ReactTypes';
· · ·
242
243// $FlowFixMe[missing-this-annot]
244function ReactPromise(status: any, value: any, reason: any) {
245 this.status = status;
246 this.value = value;
· · ·
257ReactPromise.prototype = Object.create(Promise.prototype) as any;
258// TODO: This doesn't return a new Promise chain unlike the real .then
259ReactPromise.prototype.then = function <T>(
260 this: SomeChunk<T>,
261 resolve: (value: T) => mixed,
· · ·
297 switch (chunk.status) {
298 case INITIALIZED:
299 if (typeof resolve === 'function') {
300 resolve(chunk.value);
301 }
· · ·
303 case PENDING:
304 case BLOCKED:
305 if (typeof resolve === 'function') {
306 if (chunk.value === null) {
307 chunk.value = [] as Array<InitializationReference | (T => mixed)>;
+ 191 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.