Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dwasm-module.h538 static bool IsValidTableType(ValueType type, const WasmModule* module) { in IsValidTableType() function
Dmodule-decoder.cc822 if (!WasmTable::IsValidTableType(type, module_.get())) { in DecodeImportSection()
914 if (!WasmTable::IsValidTableType(table_type, module_.get())) { in DecodeTableSection()
Dwasm-objects.cc200 CHECK(wasm::WasmTable::IsValidTableType(type, module)); in New()