MCPcopy Create free account
hub / github.com/WebAssembly/wasm-c-api / v8_function

Method v8_function

src/wasm-v8.cc:366–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364 return symbols_[i].Get(isolate_);
365 }
366 auto v8_function(v8_function_t i) const -> v8::Local<v8::Function> {
367 return functions_[i].Get(isolate_);
368 }
369
370 auto host_data_map() const -> v8::Local<v8::Object> {
371 return host_data_map_.Get(isolate_);

Callers 5

makeMethod · 0.80
get_host_infoMethod · 0.80
set_host_infoMethod · 0.80
validateMethod · 0.80
make_funcFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected