MCPcopy Create free account
hub / github.com/breach/thrust / CallModuleMethod

Method CallModuleMethod

src/renderer/extensions/module_system.cc:263–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261}
262
263v8::Local<v8::Value> ModuleSystem::CallModuleMethod(
264 const std::string& module_name,
265 const std::string& method_name) {
266 v8::HandleScope handle_scope(GetIsolate());
267 v8::Handle<v8::Value> no_args;
268 return CallModuleMethod(module_name, method_name, 0, &no_args);
269}
270
271v8::Local<v8::Value> ModuleSystem::CallModuleMethod(
272 const std::string& module_name,

Callers 1

DispatchOnUnloadEventMethod · 0.80

Calls 5

IsEmptyMethod · 0.80
FatalFunction · 0.70
v8_contextMethod · 0.45
GetMethod · 0.45
CallFunctionMethod · 0.45

Tested by

no test coverage detected