MCPcopy 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
154QuickJSRuntime::QuickJSRuntime()
155{
156 d_ = new QuickJSRuntimeData;
157
158 d_->load_modules();
159}
160
161QuickJSRuntime::~QuickJSRuntime()
162{

Callers

nothing calls this directly

Calls 1

load_modulesMethod · 0.80

Tested by

no test coverage detected