Home
last modified time | relevance | path

Searched refs:wasm_table_set (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dtable.c155 check(wasm_table_set(table, 0, wasm_func_as_ref(g))); in main()
156 check(wasm_table_set(table, 1, NULL)); in main()
157 check(! wasm_table_set(table, 2, wasm_func_as_ref(f))); in main()
168 check(wasm_table_set(table, 2, wasm_func_as_ref(f))); in main()
169 check(wasm_table_set(table, 3, wasm_func_as_ref(h))); in main()
170 check(! wasm_table_set(table, 5, NULL)); in main()
H A Dhostref.c247 wasm_table_set(table, 2, host1); in main()
/third_party/node/deps/v8/third_party/wasm-api/
H A Dwasm.h447 bool wasm_table_set(wasm_table_t*, wasm_table_size_t index, wasm_ref_t*);
/third_party/node/deps/v8/src/wasm/
H A Dc-api.cc3124 bool wasm_table_set(wasm_table_t* table, wasm_table_size_t index, in wasm_table_set() function

Completed in 8 milliseconds