Home
last modified time | relevance | path

Searched refs:wasm_func_new (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dhello.c58 wasm_func_new(store, hello_type, hello_callback); in main()
H A Dserialize.c73 wasm_func_new(store, hello_type, hello_callback); in main()
H A Dcallback.c100 own wasm_func_t* print_func = wasm_func_new(store, print_type, print_callback); in main()
H A Dmulti.c83 wasm_func_new(store, callback_type, callback); in main()
H A Dthreads.c42 own wasm_func_t* func = wasm_func_new(store, func_type, callback); in run()
H A Dtable.c135 own wasm_func_t* h = wasm_func_new(store, neg_type, neg_callback); in main()
H A Dhostref.c164 wasm_func_new(store, callback_type, callback); in main()
/third_party/node/deps/v8/third_party/wasm-api/
H A Dwasm.h408 own wasm_func_t* wasm_func_new(
/third_party/node/deps/v8/src/wasm/
H A Dc-api.cc3050 wasm_func_t* wasm_func_new(wasm_store_t* store, const wasm_functype_t* type, in wasm_func_new() function

Completed in 9 milliseconds