Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BabylonJS/BabylonNative
/ Attach
Function
Attach
Dependencies/napi/source/env_JavaScriptCore.cc:9–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
{
8
template<>
9
Napi::Env Attach(JSGlobalContextRef context)
10
{
11
napi_env env_ptr{new napi_env__{context}};
12
return {env_ptr};
13
}
14
15
void Detach(Napi::Env env)
16
{
Callers
4
ToJSString
Function · 0.85
RunEnvironmentTier
Method · 0.85
RunEnvironmentTier
Method · 0.85
RunEnvironmentTier
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected