MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / call

Method call

system/include/emscripten/bind.h:1111–1113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1109
1110 template<typename ReturnType, typename... Args>
1111 ReturnType call(const char* name, Args&&... args) const {
1112 return wrapped.call<ReturnType>(name, std::forward<Args>(args)...);
1113 }
1114
1115private:
1116 val wrapped;

Callers 15

kill_browser_processFunction · 0.45
emscons.pyFile · 0.45
ensureDataFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
print_args.jsFile · 0.45
fasta.jsFile · 0.45
mainFunction · 0.45
hasOwnPropertyFunction · 0.45
hasOwnPropertyFunction · 0.45
runTestFunction · 0.45

Calls

no outgoing calls

Tested by 3

mainFunction · 0.36
factoryFunction · 0.36
callFunction · 0.36