Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ getTaskScheduler
Method
getTaskScheduler
valdi/src/valdi/runtime/JavaScript/JSValueRefHolder.cpp:53–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
Shared<JavaScriptTaskScheduler> JSValueRefHolder::getTaskScheduler() const {
54
return _taskScheduler.lock();
55
}
56
57
const Ref<Context>& JSValueRefHolder::getContext() const {
58
return _context;
Callers
7
onComplete
Method · 0.45
cancel
Method · 0.45
getStackTrace
Method · 0.45
jsTypedArrayToValueTypedArray
Function · 0.45
JSValueRefHolder
Method · 0.45
isFromJsContext
Method · 0.45
JSBridgedPromiseCallback
Method · 0.45
Calls
1
lock
Method · 0.45
Tested by
no test coverage detected