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 D | hello.c | 58 wasm_func_new(store, hello_type, hello_callback); in main()
|
H A D | serialize.c | 73 wasm_func_new(store, hello_type, hello_callback); in main()
|
H A D | callback.c | 100 own wasm_func_t* print_func = wasm_func_new(store, print_type, print_callback); in main()
|
H A D | multi.c | 83 wasm_func_new(store, callback_type, callback); in main()
|
H A D | threads.c | 42 own wasm_func_t* func = wasm_func_new(store, func_type, callback); in run()
|
H A D | table.c | 135 own wasm_func_t* h = wasm_func_new(store, neg_type, neg_callback); in main()
|
H A D | hostref.c | 164 wasm_func_new(store, callback_type, callback); in main()
|
/third_party/node/deps/v8/third_party/wasm-api/ |
H A D | wasm.h | 408 own wasm_func_t* wasm_func_new(
|
/third_party/node/deps/v8/src/wasm/ |
H A D | c-api.cc | 3050 wasm_func_t* wasm_func_new(wasm_store_t* store, const wasm_functype_t* type, in wasm_func_new() function
|
Completed in 8 milliseconds