MCPcopy Create free account
hub / github.com/Tracktion/choc / createV8Context

Function createV8Context

choc/javascript/choc_javascript_V8.h:609–612  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

607};
608
609inline Context createV8Context()
610{
611 return Context (std::make_unique<V8Context>());
612}
613
614} // namespace choc::javascript
615

Callers 1

testJavascriptFunction · 0.85

Calls 1

ContextClass · 0.85

Tested by 1

testJavascriptFunction · 0.68