Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BabylonJS/BabylonNative
/ Eval
Method
Eval
Core/ScriptLoader/Source/ScriptLoader.cpp:62–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
void ScriptLoader::Eval(std::string source, std::string url)
63
{
64
m_impl->Eval(std::move(source), std::move(url));
65
}
66
}
Callers
6
Java_BabylonNative_Wrapper_surfaceCreated
Function · 0.45
Java_BabylonNative_Wrapper_eval
Function · 0.45
RefreshBabylon
Function · 0.45
RestartRuntime
Method · 0.45
InitBabylon
Function · 0.45
InitBabylon
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected