Searched refs:wasm_table_grow (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/third_party/wasm-api/example/ |
H A D | table.c | 166 check(wasm_table_grow(table, 3, NULL)); in main() 179 check(wasm_table_grow(table, 2, wasm_func_as_ref(f))); in main() 184 check(! wasm_table_grow(table, 5, NULL)); in main() 185 check(wasm_table_grow(table, 3, NULL)); in main() 186 check(wasm_table_grow(table, 0, NULL)); in main() 200 check(! wasm_table_grow(table2, 1, NULL)); in main() 201 check(wasm_table_grow(table2, 0, NULL)); in main()
|
/third_party/node/deps/v8/third_party/wasm-api/ |
H A D | wasm.h | 450 bool wasm_table_grow(wasm_table_t*, wasm_table_size_t delta, wasm_ref_t* init);
|
/third_party/node/deps/v8/src/wasm/ |
H A D | c-api.cc | 3133 bool wasm_table_grow(wasm_table_t* table, wasm_table_size_t delta, in wasm_table_grow() function
|
Completed in 7 milliseconds