Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/facebook/react
/ now
Function
now
packages/scheduler/src/__tests__/Scheduler-test.js:71–73 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
69
70
global.performance = {
71
now() {
72
return
currentTime;
73
},
74
};
75
76
// Delete node provide setImmediate so we fall through to MessageChannel.
Callers
15
ReactFiberHooks.js
File · 0.90
resetRenderTimer
Function · 0.90
getCurrentTime
Function · 0.90
scheduleUpdateOnFiber
Function · 0.90
performWorkOnRoot
Function · 0.90
finishConcurrentRender
Function · 0.90
commitRootWhenReady
Function · 0.90
markTransitionStarted
Function · 0.90
markCommitTimeOfFallback
Function · 0.90
workLoopConcurrent
Function · 0.90
finishedViewTransition
Function · 0.90
flushPassiveEffectsImpl
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected