Home
last modified time | relevance | path

Searched refs:kWasmAnyFunctionTypeForm (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/wasm/
Dwasm-module.h41 const uint8_t kWasmAnyFunctionTypeForm = 0x70; variable
Dmodule-decoder.cc315 expect_u8("element type", kWasmAnyFunctionTypeForm); in DecodeModule()
391 expect_u8("table type", kWasmAnyFunctionTypeForm); in DecodeModule()
Dwasm-module-builder.cc354 buffer.write_u8(kWasmAnyFunctionTypeForm); in WriteTo()