MCPcopy 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}
835
836void Runtime::onContextCreated(const SharedContext& context) {
837 if (_listener != nullptr) {
838 _listener->onContextCreated(*this, context);
839 }
840}

Callers 15

teardownMethod · 0.80
flushJsQueueMethod · 0.80
hotReloadMethod · 0.80
getJsModuleWithSchemaFunction · 0.80
TEST_PFunction · 0.80
TEST_PMethod · 0.80
RuntimeWrapperMethod · 0.80
doBenchFunction · 0.80
setupJsRuntimeMethod · 0.80
doEvalScriptMethod · 0.80
createMethod · 0.80

Calls 1

getMethod · 0.65

Tested by 8

teardownMethod · 0.64
flushJsQueueMethod · 0.64
hotReloadMethod · 0.64
getJsModuleWithSchemaFunction · 0.64
TEST_PFunction · 0.64
TEST_PMethod · 0.64
RuntimeWrapperMethod · 0.64
doBenchFunction · 0.64