Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ getJavaScriptRuntime
Method
getJavaScriptRuntime
valdi/src/valdi/runtime/Runtime.cpp:835–837 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
833
834
void Runtime::onContextCreated(const SharedContext& context) {
835
if (_listener != nullptr) {
836
_listener->onContextCreated(*this, context);
837
}
838
}
839
840
void Runtime::onContextDestroyed(Context& context) {
Callers
15
teardown
Method · 0.80
flushJsQueue
Method · 0.80
hotReload
Method · 0.80
getJsModuleWithSchema
Function · 0.80
TEST_P
Function · 0.80
TEST_P
Method · 0.80
RuntimeWrapper
Method · 0.80
doBench
Function · 0.80
ValdiStandaloneRuntime
Method · 0.80
setupJsRuntime
Method · 0.80
doEvalScript
Method · 0.80
create
Method · 0.80
Calls
1
get
Method · 0.65
Tested by
8
teardown
Method · 0.64
flushJsQueue
Method · 0.64
hotReload
Method · 0.64
getJsModuleWithSchema
Function · 0.64
TEST_P
Function · 0.64
TEST_P
Method · 0.64
RuntimeWrapper
Method · 0.64
doBench
Function · 0.64