Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
609
inline Context createV8Context()
610
{
611
return Context (std::make_unique<V8Context>());
612
}
613
614
} // namespace choc::javascript
615
Callers
1
testJavascript
Function · 0.85
Calls
1
Context
Class · 0.85
Tested by
1
testJavascript
Function · 0.68