Searched defs:WasmDecoderTest (Results 1 – 1 of 1) sorted by relevance
63 class WasmDecoderTest : public TestWithZone { class65 WasmDecoderTest() : TestWithZone(), sigs() { in WasmDecoderTest() function in v8::internal::wasm::WasmDecoderTest190 TEST_F(WasmDecoderTest, Int8Const) { in TEST_F() argument199 TEST_F(WasmDecoderTest, EmptyFunction) { in TEST_F() argument206 TEST_F(WasmDecoderTest, IncompleteIf1) { in TEST_F() argument213 TEST_F(WasmDecoderTest, IncompleteIf2) { in TEST_F() argument220 TEST_F(WasmDecoderTest, Int8Const_fallthru) { in TEST_F() argument226 TEST_F(WasmDecoderTest, Int32Const) { in TEST_F() argument237 TEST_F(WasmDecoderTest, Int8Const_fallthru2) { in TEST_F() argument243 TEST_F(WasmDecoderTest, Int64Const) { in TEST_F() argument[all …]