Home
last modified time | relevance | path

Searched refs:WASM_TABLE_SET (Results 1 – 4 of 4) sorted by relevance

/dports/lang/v8/v8-9.6.180.12/test/wasm-api-tests/
H A Dhostref.cc49 WASM_TABLE_SET(table_index, WASM_LOCAL_GET(0), WASM_LOCAL_GET(1))}; in TEST_F()
/dports/lang/v8/v8-9.6.180.12/test/unittests/wasm/
H A Dfunction-body-decoder-unittest.cc2204 ExpectValidates(&sig, {WASM_TABLE_SET(tab_ref1, WASM_I32V(6), in TEST_F()
2206 ExpectValidates(&sig, {WASM_TABLE_SET(tab_func1, WASM_I32V(5), in TEST_F()
2208 ExpectValidates(&sig, {WASM_TABLE_SET(tab_func2, WASM_I32V(7), in TEST_F()
2210 ExpectValidates(&sig, {WASM_TABLE_SET(tab_ref2, WASM_I32V(8), in TEST_F()
2218 ExpectFailure(&sig, {WASM_TABLE_SET(tab_ref1, WASM_I32V(4), in TEST_F()
2220 ExpectFailure(&sig, {WASM_TABLE_SET(tab_func1, WASM_I32V(9), in TEST_F()
2222 ExpectFailure(&sig, {WASM_TABLE_SET(tab_func2, WASM_I32V(3), in TEST_F()
2224 ExpectFailure(&sig, {WASM_TABLE_SET(tab_ref2, WASM_I32V(2), in TEST_F()
2226 ExpectFailure(&sig, {WASM_TABLE_SET(tab_ref1, WASM_I32V(9), in TEST_F()
2228 ExpectFailure(&sig, {WASM_TABLE_SET(tab_func1, WASM_I32V(3), in TEST_F()
[all …]
/dports/lang/v8/v8-9.6.180.12/test/cctest/wasm/
H A Dtest-gc.cc2073 {WASM_TABLE_SET(0, WASM_I32V(0), WASM_REF_NULL(super_sig_index)), in WASM_COMPILED_EXEC_TEST()
2074 WASM_TABLE_SET(0, WASM_I32V(1), WASM_REF_FUNC(super_func)), in WASM_COMPILED_EXEC_TEST()
2075 WASM_TABLE_SET(0, WASM_I32V(2), WASM_REF_FUNC(sub_func)), WASM_I32V(0), in WASM_COMPILED_EXEC_TEST()
/dports/lang/v8/v8-9.6.180.12/test/common/wasm/
H A Dwasm-macro-gen.h445 #define WASM_TABLE_SET(table_index, index, val) \ macro