Home
last modified time | relevance | path

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

/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dhostref.c246 check(wasm_table_get(table, 2), NULL); in main()
249 check(wasm_table_get(table, 2), host1); in main()
H A Dtable.c46 own wasm_ref_t* ref = wasm_table_get(table, i); in check_table()
/third_party/node/deps/v8/third_party/wasm-api/
H A Dwasm.h446 own wasm_ref_t* wasm_table_get(const wasm_table_t*, wasm_table_size_t index);
/third_party/node/deps/v8/src/wasm/
H A Dc-api.cc3120 wasm_ref_t* wasm_table_get(const wasm_table_t* table, wasm_table_size_t index) { in wasm_table_get() function

Completed in 8 milliseconds