Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaaXYZ/MaaFramework
/ QuickJSRuntime
Method
QuickJSRuntime
source/binding/NodeJS/src/plugin/runtime.cpp:154–159 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
152
};
153
154
QuickJSRuntime::QuickJSRuntime()
155
{
156
d_ = new QuickJSRuntimeData;
157
158
d_->load_modules();
159
}
160
161
QuickJSRuntime::~QuickJSRuntime()
162
{
Callers
nothing calls this directly
Calls
1
load_modules
Method · 0.80
Tested by
no test coverage detected